Skip to content

Commit

Permalink
Set streaming to false for o1 models
Browse files Browse the repository at this point in the history
  • Loading branch information
GaiZhenbiao committed Sep 15, 2024
1 parent 06fddad commit 226a9b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@
"token_limit": 128000,
"multimodal": False,
"model_type": "OpenAIVision",
"stream": False,
"placeholder": {
"logo": "file=web_assets/model_logos/openai-black.webp",
"slogan": i18n("gpt_default_slogan"),
Expand All @@ -278,6 +279,7 @@
"token_limit": 128000,
"multimodal": False,
"model_type": "OpenAIVision",
"stream": False,
"placeholder": {
"logo": "file=web_assets/model_logos/openai-black.webp",
"slogan": i18n("gpt_default_slogan"),
Expand Down

0 comments on commit 226a9b2

Please sign in to comment.