We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f45e9 commit 820c795Copy full SHA for 820c795
llm-complete-guide/constants.py
@@ -27,7 +27,7 @@
27
RATE_LIMIT = 5 # Maximum number of requests per second
28
29
# LLM Utils constants
30
-OPENAI_MODEL = "gpt-3.5-turbo"
+OPENAI_MODEL = "gpt-4o"
31
EMBEDDINGS_MODEL = "sentence-transformers/all-MiniLM-L12-v2"
32
MODEL_NAME_MAP = {
33
"gpt4": "gpt-4",
0 commit comments