Delta icon indicating copy to clipboard operation
Delta copied to clipboard

downloading Issue

Open Sachinyadav2129 opened this issue 1 year ago • 5 comments

In css project folder Asset file has no raw downloading option

Sachinyadav2129 avatar Jan 04 '24 07:01 Sachinyadav2129

+1, I think the first ask would be migrating to Assistant API v2: https://platform.openai.com/docs/assistants/migration

yibo-long avatar Apr 17 '24 22:04 yibo-long

Is the current Vercel API compatible to Assistant API v2? Are there any breaking changes? I know that v2 is new but it looks like Assistant API v1 is obsolete. I could not even setup a version 1 Assistant API on OpenAI anymore. If I try to use the "Switch to v1" button, everything gets grayed out. Also, it looks like the version 1 assistants were automatically converted to version 2. So, I have some issues with some assistants that were working, now responding like: “It looks like there aren’t any documents uploaded to search for information about …”.

tomatac avatar Apr 18 '24 16:04 tomatac

I have forked my own version of the vercel AI sdk to support file upload! I had to rewrite a small part of the code to make this work!

I created this new SDK to support file upload https://github.com/OpenAssistantGPT/chatbot-sdk

If you are interested you can look at my code here https://github.com/marcolivierbouch/OpenAssistantGPT/blob/main/hooks/use-assistant.ts https://github.com/marcolivierbouch/OpenAssistantGPT/blob/main/lib/assistant-response.ts

marcolivierbouch avatar Jun 05 '24 11:06 marcolivierbouch