mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:04:29 -05:00
400 Client Error: Bad Request for url #568
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @starryloki on GitHub (Mar 31, 2024).
Bug Report
Description
Bug Summary:
I use one-api as a proxy aggregator for upstream APIs, which proxies OpenAI and Claude, and the downstream format of one-api is in OpenAI format. After accessing one-api through open-webui, I can use OpenAI normally but cannot use Claude. Although an error is prompted on open-webui, one-api has successfully requested Claude.
I once tried to use other tools to call Claude from one-api, and it was successful.
Actual Behavior:
External: {'message': 'messages.1.content.0.text.text: Field required (request id: 2024033123382364419163873473339)', 'type': 'invalid_request_error', 'param': '', 'code': None}
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Docker Container Logs:
The request with port number 60299 is a request for gpt3.5, the request was successful, and all subsequent ones are requests for claude.
Installation Method
docker