Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def get_traffic_recommendation(input_situation):
|
|
| 17 |
"content": f"Suggest a solution to optimize traffic flow in the following situation:\n\n{input_situation}"
|
| 18 |
}
|
| 19 |
],
|
| 20 |
-
model="llama-3-70b-
|
| 21 |
)
|
| 22 |
return chat_completion.choices[0].message.content
|
| 23 |
except Exception as e:
|
|
|
|
| 17 |
"content": f"Suggest a solution to optimize traffic flow in the following situation:\n\n{input_situation}"
|
| 18 |
}
|
| 19 |
],
|
| 20 |
+
model="llama-3.3-70b-versatile"
|
| 21 |
)
|
| 22 |
return chat_completion.choices[0].message.content
|
| 23 |
except Exception as e:
|