Skip to content

Commit 820c795

Browse files
committed
set 4o as the new default
1 parent 95f45e9 commit 820c795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llm-complete-guide/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
RATE_LIMIT = 5 # Maximum number of requests per second
2828

2929
# LLM Utils constants
30-
OPENAI_MODEL = "gpt-3.5-turbo"
30+
OPENAI_MODEL = "gpt-4o"
3131
EMBEDDINGS_MODEL = "sentence-transformers/all-MiniLM-L12-v2"
3232
MODEL_NAME_MAP = {
3333
"gpt4": "gpt-4",

0 commit comments

Comments
 (0)