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

[Error]: GPTAssistantAgent doesn't work with gpt model from FastChat(Local LLM) #990

Closed
KAIYI-HSU opened this issue Dec 15, 2023 · 2 comments
Assignees
Labels
models Pertains to using alternate, non-GPT, models (e.g., local models, llama, etc.)

Comments

@KAIYI-HSU
Copy link

Describe the bug

May I ask if I cannot use the base_url "localhost:8000/v1" when using the FastChat API on the local end? I encountered an openai.notfounderror with the GPTAssistantAgent, too. The error code is 404.

I have another question:
Is there any difference between running a Python program with GPTAssistantAgent and UserProxyAgent?
It seems like the code interpreter function and the "run Python" function in UserProxyAgent are very similar.
Thank you for your answer.

Steps to reproduce

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

@KAIYI-HSU KAIYI-HSU added the bug label Dec 15, 2023
@afourney afourney added the models Pertains to using alternate, non-GPT, models (e.g., local models, llama, etc.) label Dec 15, 2023
@afourney afourney assigned gagb and unassigned victordibia Dec 15, 2023
@gagb
Copy link
Collaborator

gagb commented Dec 21, 2023

GPTAssistantAgent relies on the openai assistant api: https://platform.openai.com/docs/assistants/overview

Using code interpreter tool in gptassistantagent can be equivalent to using assistant agent + user proxy.

@KAIYI-HSU
Copy link
Author

Thank you very much

@gagb gagb closed this as completed Jan 24, 2024
whiskyboy pushed a commit to whiskyboy/autogen that referenced this issue Apr 17, 2024
* fixing the typo microsoft#990

* Update website/docs/Use-Cases/Auto-Generation.md

Co-authored-by: Chi Wang <[email protected]>

* removing extra space : Update website/docs/Use-Cases/Auto-Generation.md

Co-authored-by: Chi Wang <[email protected]>

* Update website/docs/Use-Cases/Auto-Generation.md

Co-authored-by: Chi Wang <[email protected]>

* Update website/docs/Use-Cases/Auto-Generation.md

---------

Co-authored-by: Chi Wang <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
models Pertains to using alternate, non-GPT, models (e.g., local models, llama, etc.)
Projects
None yet
Development

No branches or pull requests

4 participants