Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ async def disease_info(name: str):
|
|
94 |
"Content-Type": "application/json"
|
95 |
},
|
96 |
json={
|
97 |
-
"model": "
|
98 |
"messages": [
|
99 |
{
|
100 |
"role": "system",
|
|
|
94 |
"Content-Type": "application/json"
|
95 |
},
|
96 |
json={
|
97 |
+
"model": "meta-llama/llama-4-scout-17b-16e-instruct",
|
98 |
"messages": [
|
99 |
{
|
100 |
"role": "system",
|