You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Use the API endpoint https://api.gptsapi.net/v1/chat/completions.
Send a request to search for 'weibo' on Google.
Observe the response.
Attempt to send a subsequent command.
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-mini
Additional Context
The text was updated successfully, but these errors were encountered:
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-mini
Additional Context
The text was updated successfully, but these errors were encountered: