Spaces:
Build error
Build error
Updated model
Browse files
utils/chatbot_interface.py
CHANGED
|
@@ -8,7 +8,7 @@ from utils.response_manager import ResponseManager
|
|
| 8 |
|
| 9 |
class ChatbotInterface:
|
| 10 |
def __init__(self,
|
| 11 |
-
model: str = "gpt-
|
| 12 |
temperature: float = 0,
|
| 13 |
max_output_tokens: int = 600,
|
| 14 |
max_num_results: int = 5,
|
|
|
|
| 8 |
|
| 9 |
class ChatbotInterface:
|
| 10 |
def __init__(self,
|
| 11 |
+
model: str = "gpt-4.1-nano",
|
| 12 |
temperature: float = 0,
|
| 13 |
max_output_tokens: int = 600,
|
| 14 |
max_num_results: int = 5,
|