Skip to content

Unable to continue operations after first response from the API #82

@weixuang

Description

@weixuang

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

  1. Use the API endpoint https://api.gptsapi.net/v1/chat/completions.
  2. Send a request to search for 'weibo' on Google.
  3. Observe the response.
  4. 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

1721574362834 1721575131233 1721575191601

Environment

Windows
chrome
https://api.gptsapi.net/v1/chat/completions
gpt-4o-mini

Additional Context

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions