mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #5683] OpenAI o1: "'messages[0].role' does not support 'system' with this model." #52748
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 @AspireOne on GitHub (Sep 24, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/5683
Bug Report
Installation Method
Docker
Environment
Confirmation:
Expected Behavior:
o1 request should go through like normal.
Actual Behavior:
When I make a request to o1, it throws an error.
Description
Bug Summary:
When I make a request to o1, it throws an error "Unsupported value: 'messages[0].role' does not support 'system' with this model".
Reproduction Details
The model is OpenAI o1.
Steps to Reproduce:
Browser Console Logs:
Screenshots/Screen Recordings (if applicable):
@AspireOne commented on GitHub (Sep 24, 2024):
I just realized I used o1 from OpenAi, not from OpenRouter. I do not have access to OpenAI o1, so that will be the reason for the error (albeit cryptic and wrong).