Skip to content

Commit

Permalink
change default to gpt-4-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
larsborasmussen committed May 28, 2024
1 parent 3b7fbe3 commit e5dfe9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chatgpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class ChatGPT(PluginLoader):
"""mmypy chatgpt plugin"""
USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
# MODEL = "gpt-3.5-turbo-0301"
DEFAULT_MODEL = "gpt-4-turbo"
DEFAULT_MODEL = "gpt-4o"
ALLOWED_MODELS = [
"gpt-3.5-turbo-0125",
"gpt-3.5-turbo",
Expand Down

0 comments on commit e5dfe9b

Please sign in to comment.