Blocs V5.1 Beta Build 11

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! :beers:


Download Blocs 5.1 Beta 11

5 Likes

Do you get this in a fresh project? Just making sure nothing is being inherited here.

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.

using this beta apparently the previews in different browsers are shown differently for the fonts, “safari” does not display them correctly…

I’ll add an option to adjust that.

1 Like

This is usually caused by the beta naming. Last time it resolved itself when the app name is set to Blocs

1 Like

I guess @Lucas has to rename his swiper plugin to svviper :stuck_out_tongue_closed_eyes:

2 Likes

I’ve added the ability to set the max tokens in the next beta, it’s default is currently 150.

2 Likes

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.

Have you checked the scale property (in the inspector) for each of the images?

Has anyone had issue with the form not sending emails on build 11

Thanks

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. :smile:
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.

Hi @Norm

  • 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

Thanks,

Bill
BricsDesign

Yeah I think I have a solution in the next beta, which I’ll get out later today.

2 Likes

I’ve got this fixed up in the next beta. I’ll DM you an example bric.