New OpenAI features - Assistant API

Hey team ,

Is there any plans for new features/actions that incorporate the new features from OpenAI released yesterday?

2 Likes

We’d love our community’s input on this exact thing. If you have ideas, we’d love to hear them!

Looking forward to the inout tokens being adapted in order to make my content writing app more robust.

Do you mean the ability to send in larger amounts of input text?

1 Like

We’ve already incorporated the new model in our app (CopyCoached - Now on glide!) , however haven’t figured out how to get it to read an image yet as Glide turns images into URLs.

I was just thinking would the Vision API work direct in Glide somehow

Technically yes…but the problem I think is how it is passing images.

FYI we updated the OpenAI integration this week to support all the latest models as well as the ability to pass in images (vision mode) and even use JSON mode (I would be remiss if I didn’t mention that Glide AI already supports “vision” mode with the “Image to text” action).

Most of these updates can be found in the OpenAI “Complete chat” action. Let us know what you think!

(doc updates coming soon)

4 Likes

Fantastic :+1: - impressive that you have integrated these AI updates at such pace!

Looking forward to having a play around, just need to get my creative juices flowing (sipping a strong black coffee :coffee: )

1 Like

@J_Woosley Do you support plugs-in like AI PDF (for large pdf-files), keymate/search (for browsing the web) or webpilot for chating with urls? Or similar.

Sorry, no. The OpenAI API does not support browsing or plugins, so this would not be possible.

1 Like

Hi, Could you please help me to understand if it is possible to direct request using Complete chat feature to a specific Assistant that I have developed in OpenAI?
Thank you!

This is not yet possible via the openAI integration. However you can use CallAPI to create the assistant API call yourself if you’d like.

2 Likes

Thank you, @rwdaigle, I will dig into that direction.

I have 2 issues.

A) AI is not working in my app. I have attached a photo from my app and a photo from the tutorial.


B) I would like in my app to use some widgets like the one in the link below
https://www.tradingview.com/widget/fundamental-data/
This widget has embed code. How can I use it?

Thank you for your time

Best
Dimitrios

May us know what plan are you on? Have you tried clearing your browser’s cache or try another browser?

This is not quite related to this thread, but if they don’t provide a URL that can be embedded, I think your best bet is a GitHub function in an Experimental Code column to generate URI for web embed, though I’m not entirely sure it would work.

1 Like