carlosgonzalezmartinez commited on
Commit
8b86e4f
1 Parent(s): 7c04925

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ client = OpenAI(
50
 
51
 
52
 
53
- model_name = 'gpt-4o'
54
 
55
 
56
  # Define the embedding model and the vectorstore
 
50
 
51
 
52
 
53
+ model_name = 'gpt-3.5-turbo'
54
 
55
 
56
  # Define the embedding model and the vectorstore