Shane Crenshaw

Results 22 comments of Shane Crenshaw

@athrael-soju I will try to get to it soon! I also found another solution to another issue if it helps y'all. If you go to new chat, and then clear...

I don't remember what all changes I've made up to this point, but the change I just made has made a huge difference and solved 3 issues. 1) After the...

@MaxLeiter I am still having this issue. If I set the state with useAIState, it is not updating properly. It's causing an issue when switching between chats where the last...

@lgrammel How would this work with displaying them on the client side? Yup, currently I'm storing the url in dynamoDB, and before needing the image, reading it from s3. My...

@pravinjakfs I was able to put this at the top of chat.tsx. ``` // This is used to fix Vercel ai/rsc bug where the state is not correctly maintained/updated //...

Wanted to ask again if there is an example for using VertexAI as a custom provider?

Unfortunately that looks to still be using @google/generative-ai instead of @google-cloud/vertexai.

The part I'm struggling with is it doesn't make the normal API call like it does with google or open ai. The vertex sdk handles that behind the scenes so...

Facing the same issue right now and trying to create a work around