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

Update app.py

Browse files

Updated model to 4.1 nano

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ if __name__ == "__main__":
16
  try:
17
  # Instantiate the ChatbotInterface class and create the interface
18
  chatbot_interface = ChatbotInterface(
19
- model="gpt-4o-mini",
20
  temperature=0,
21
  max_output_tokens=600,
22
  max_num_results=5
 
16
  try:
17
  # Instantiate the ChatbotInterface class and create the interface
18
  chatbot_interface = ChatbotInterface(
19
+ model="gpt-4.1-nano",
20
  temperature=0,
21
  max_output_tokens=600,
22
  max_num_results=5