diego2317 commited on
Commit
d0b4c63
·
verified ·
1 Parent(s): 5fc62e2

Updated model

Browse files
Files changed (1) hide show
  1. utils/chatbot_interface.py +1 -1
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-4o-mini",
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,