JSAV commited on
Commit
3a7260b
1 Parent(s): 688dd54

Update ChatResponse.py

Browse files
Files changed (1) hide show
  1. ChatResponse.py +1 -1
ChatResponse.py CHANGED
@@ -4,7 +4,7 @@ import os
4
  openai.api_key = os.environ["OPENAI_API_KEY"]
5
 
6
  # ChatGPT completion
7
- llm_name = "gpt-3.5-turbo"
8
 
9
  # Función para tomar pedido del usuario
10
  tools = [{
 
4
  openai.api_key = os.environ["OPENAI_API_KEY"]
5
 
6
  # ChatGPT completion
7
+ llm_name = "gpt-4o"
8
 
9
  # Función para tomar pedido del usuario
10
  tools = [{