-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- 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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working