Update deepv_api_tutorial.py
Browse files- deepv_api_tutorial.py +1 -1
deepv_api_tutorial.py
CHANGED
|
@@ -18,7 +18,7 @@ try:
|
|
| 18 |
# Set if you would like to use DeepV's RAG technique
|
| 19 |
rag_enabled = True
|
| 20 |
|
| 21 |
-
# Select your model: gpt-4o, gpt-
|
| 22 |
model_name = "gpt-4o"
|
| 23 |
|
| 24 |
openai_key = "" # Replace with your actual OpenAI API key
|
|
|
|
| 18 |
# Set if you would like to use DeepV's RAG technique
|
| 19 |
rag_enabled = True
|
| 20 |
|
| 21 |
+
# Select your model: gpt-4o, gpt-4.1, gpt-5-chat-latest
|
| 22 |
model_name = "gpt-4o"
|
| 23 |
|
| 24 |
openai_key = "" # Replace with your actual OpenAI API key
|