OpenAI Assistants API #5441
Unanswered
HalogenRetriever
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm Caleb.
I have been trying my hardest to get the assistants api to work, it has the ability to create assistants, through /v1/assistants but no matter what I do, I can't seem to figure out how to use a /threads api.
Is it not implemented yet or is it an artifact of some sort?
I can create and get a list of assistants I have made, but I cannot figure out how to talk with them, and nothing is of helpful information on this.
Please, if someone can help me or tell me if this is implemented yet or not, I would be very very grateful, I'm trying to make a python app that allows me to talk to the assistants.
Here's the error I get:
--- Local-AI Chat Interface ---
Choose mode: Roleplay (R) or Assistant (A)? A (Don't @ me lmao)
--- AI Assistant Mode ---
Choose an action for Assistant Mode:
[L] List existing assistants
[M] Enter Assistant ID manually
[N] Create a New assistant
[Q] Quit Assistant Mode (return to main menu/exit)
Your choice: M
Enter Assistant ID manually: asst_1
Using manually entered Assistant ID: asst_1
Creating a new thread for assistant asst_1...
Error setting up assistant mode (e.g., creating thread with Assistant ID 'asst_1'): Error code: 404 - {'error': {'code': 404, 'message': 'Resource not found', 'type': ''}}
I'm gonna include a screenshot from my vm with local-ai installed and running when i run this command.

Beta Was this translation helpful? Give feedback.
All reactions