Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do I use this with the Assistants API or any other way programatcially? #420

Open
nyck33 opened this issue Feb 11, 2024 · 0 comments
Open

Comments

@nyck33
Copy link

nyck33 commented Feb 11, 2024

"...and can be used with ChatGPT custom GPTs, function calling with the chat completions or assistants APIs, or with the ChatGPT plugins model (deprecated)...." it says in the Readme but having read the Assistants documentation here: https://platform.openai.com/docs/assistants/overview the closest thing I can think of is to enable code interpreter to write Python code that sends a request to the retrieval plugin using libraries like requests, etc. , further instructing the model in my prompt how to use the returned results from the FastAPI server, etc. However, I'm not even sure if this going to be possible. Assistant's Knowledge retrieval is just uploading files as explained here: https://platform.openai.com/docs/assistants/tools/knowledge-retrieval
Can you explain a bit more how to get this working? I tried in Assistants Playground but it says it cannot make any api calls from there:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant