Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2024
1 parent 7202b61 commit bfe1d5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/jupyter-ai-magics/jupyter_ai_magics/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,7 @@ class ChatOpenAIProvider(BaseProvider, ChatOpenAI):
"gpt-4-0613",
"gpt-4-32k",
"gpt-4-32k-0613",
"gpt-4-0125-preview"
"gpt-4-1106-preview",
"gpt-4-0125-preview" "gpt-4-1106-preview",
]
model_id_key = "model_name"
pypi_package_deps = ["openai"]
Expand Down

0 comments on commit bfe1d5a

Please sign in to comment.