Skip to content

Commit

Permalink
Update model
Browse files Browse the repository at this point in the history
  • Loading branch information
yxjiang committed Feb 13, 2024
1 parent b8e7ea7 commit e6b749c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wenling/common/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class OpenAIChatModel(Model):
"""

client: openai.OpenAI
model_type: str = "gpt-3.5-turbo-1106"
model_type: str = "gpt-3.5-turbo-0125"

def __init__(self, *args, **kwargs):
super().__init__(vendor_type="openai", *args, **kwargs)
Expand Down

0 comments on commit e6b749c

Please sign in to comment.