No assistant found with id 'asst_4Gvk7WJuvcSqPuzUciiGSw8j'
Hey!
After you setup the project and try to run it locally, you get the message (server logs):
Error: 404 No assistant found with id 'asst_4Gvk7WJuvcSqPuzUciiGSw8j'. at async runAssistant (./src/app/actions/run-assistant.ts:27:17)
Should we create our own Assistant in https://platform.openai.com/ ?
Hi!
Replace the assistant here: https://github.com/felipetodev/wanderlust/blob/main/src/app/actions/run-assistant.ts#L7
and then add your functions like:
BTW. The assistant ID: asst_4Gvk7WJuvcSqPuzUciiGSw8j is actually running with that functions but I think you can't use it with any OpenAI key other than mine. If you need the functions in detail, let me know, and I'll send them to you @vasco.
Correct, I can't access that with my OpenAI key. Can you share the assistant instructions and function descriptions?