paulcalzada commited on
Commit
e9bd7f5
·
verified ·
1 Parent(s): 0673272

Update deepv_api_tutorial.py

Browse files
Files changed (1) hide show
  1. 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-4o-mini, gpt-4.1, gpt-5-chat-latest
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