Spaces:
Build error
Build error
Update app.py
Browse filesUpdated model to 4.1 nano
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-
|
| 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
|