Skip to content

Commit

Permalink
fix: default_openai_model to 11k context model
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed May 15, 2024
1 parent d80712d commit 69ea974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ class Config:
"""

default_google_model = "gemini-pro"
default_openai_model = "gpt-3.5-turbo-0125"
default_openai_model = "gpt-3.5-turbo-1106"
default_cohere_model = "command"

0 comments on commit 69ea974

Please sign in to comment.