Hey everyone, here is the 11th beta of Blocs V5.1. This build adds support for the latest ChatGPT model, adds a link to the AI Assistant docs to the window title bar and fixes another issue with custom Blocs.
More fixes and final betas coming next week. Until then have a great weekend!
This problem with the blocs not moving via keyboard shortcuts has been there for quite a while now and it really slows down the workflow. I am on the latest beta but I just checked and it is like that with 5.0.8 as well. Intel machine on the latest stable release of Ventura with an Apple keyboard.
It looks like the webview used in Blocs (provided by the OS) is highjacking the keyboard shortcuts when it has focus.
You can test this by selecting the ID field in the sidebar and then using the shortcut, you’ll see it then works. This is because the WebView doesn’t have direct focus and the ID field is the first responder. I think this is something new in Ventura.
Webviews are pretty locked down by Apple so not much room for customisation, hopefully this wont require using an alternative keyboard shortcut.
Why do they make it so difficult to find GPT 4 for API Key? I have the key for version 3.5, but since I’m on the free or trial version I cannot find what model to use.
Even when reading through open AI’s Website (https://platform.openai.com/) it’s very difficult to find information that is useful for the free/trial version. Does that mean that in order to use ChapGPT 3.5 - 4 in the Beta, You have to use a paying Model like the one Jerry is using?
Man I sure hope somebody comes up with the tutorial or some documentation so I don’t have to read through pages and pages and pages to find what I’m looking for.
Thank you so much for replying.
Okay I understand that 3.5 is free, But what model do I use do I use with my API key?
It looks like you have to have Tokens, which you have to purchase. https://platform.openai.com/docs/models/gpt-3-5
Confirmed that at this end. It works, but it’s fiddly having to isolate that ID in the sidebar to move blocs via shortcut. Obviously it was much easier when we could just select a bloc on the canvas and move it freely.
Image in image dropzone in custom bric is not exporting to the image folder. Followup: This is due to the image applied as a bg in template. Suggestion: give devs a variable that would allow us to indicate an image name as needing to be exported - ie Blocs checks a simple array for any image values on export
How do I determine if the page has that data-clean-url attribute in the custom-bric.js file ?? - need to set the proper path for an image. I tried: var path = $('body').attr('data-clean-url'); but is undefined in developer console on all pages