-
Notifications
You must be signed in to change notification settings - Fork 133
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
View requests and responses #144
Comments
Hello, I also get the same error. Did you find a solution for it? |
Not yet |
Hi, I've found the same error when using a local inference endpoint with OpenAI compatibility. Any solutions? |
naah i gave up and started writing my own extension😆 |
This issue is stale because it has been open for 30 days with no activity. |
same issue |
This issue is stale because it has been open for 30 days with no activity. |
Not stale |
This issue is stale because it has been open for 30 days with no activity. |
Is there a way to access the returned response. I keep getting
serde json error: data did not match any variant of untagged enum OpenAIAPIResponse
when i use my custom endpoint. the api is open ai compatible and i set the backend as openai. I tried to curl the request and the response is exactly like open ai json.
Is there a way to inspect the response to help debug the issue.
The text was updated successfully, but these errors were encountered: