Open weixuang opened 4 months ago
Maybe there is someting wrong with my chromedriver?gpt responses but there is no operation. I just pip the driver.
I have no idea about the detail between that driver and gpt. Who can teach me what happen?
The issue does seem like you are using a model that does not support function calling. Currently, Agent-E supports only function calling models. It should be possible to make it work with non function calling models as well, but this will require some code changes. If you are interested, i am happy to provide more instructions via DM.
Title
Unable to continue operations after first response from the API
Description
After executing a command, the agent does not respond to subsequent instructions, resulting in a 404 error. The official OpenAI API is not available in my region, which prevents me from utilizing it for my projects. I require the capabilities provided by OpenAI's models for my application, and the third-party API serves as a workaround to access those features.
Steps to Reproduce
https://api.gptsapi.net/v1/chat/completions
.Expected Behavior
The agent should continue to respond to subsequent commands after the first response.
Actual Behavior
The API returns a 404 error, indicating that the resource could not be found.
Screenshots
Environment
Windows chrome
https://api.gptsapi.net/v1/chat/completions
gpt-4o-miniAdditional Context