mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #6900] o1-preview should work out-of-the-box #69128
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 @Nitschi on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6900
Bug Report
Installation Method
Docker
docker-compose.yml:
Environment
Open WebUI Version: v0.3.35
Ollama (if applicable): -
Operating System: Ubuntu 22.04
Browser (if applicable): Firefox 131.0.3 (64-bit)
Confirmation:
Expected Behavior:
I set up Open WebUI with
docker compose up, register a user, create a new chat, selecto1-previewas a model and can ask a question and get an answer.Actual Behavior:
I set up Open WebUI with
docker compose up, register a user, create a new chat, selecto1-previewas a model.Instead of an Answer I get the following error:

"""
Uh-oh! There was an issue connecting to o1-preview.
Unsupported value: 'stream' does not support true with this model. Supported values are: false.
""
Description
Bug Summary:
o1-preview model returns error, but should work with the default configuration.
Reproduction Details
Steps to Reproduce:
[Outline the steps to reproduce the bug. Be as detailed as possible.]
Logs and Screenshots
Docker Container Logs:
logs.txt
Additional Information
I am aware of https://github.com/open-webui/open-webui/pull/5645 which enables a workaround, when I go into the settings, but in my opinion there should be some way that this will work out of the box.
Otherwise manual steps are needed after deployment, which I would like to avoid.