Spaces:
Runtime error
Runtime error
Update ChatResponse.py
Browse files- 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-
|
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 = [{
|