Skip to content

Commit

Permalink
updated to latest gpt-4o model
Browse files Browse the repository at this point in the history
  • Loading branch information
assafelovic committed Nov 26, 2024
1 parent 46a7340 commit 0034ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt_researcher/config/variables/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"EMBEDDING": "openai:text-embedding-3-small",
"SIMILARITY_THRESHOLD": 0.42,
"FAST_LLM": "openai:gpt-4o-mini",
"SMART_LLM": "openai:gpt-4o-2024-08-06",
"SMART_LLM": "openai:gpt-4o-2024-11-20",
"STRATEGIC_LLM": "openai:gpt-4o", # Can be used with gpt-o1
"FAST_TOKEN_LIMIT": 2000,
"SMART_TOKEN_LIMIT": 4000,
Expand Down

0 comments on commit 0034ad0

Please sign in to comment.