Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def process_text(input_text):
|
|
39 |
"content": input,
|
40 |
}
|
41 |
],
|
42 |
-
model="
|
43 |
)
|
44 |
return chat_completion.choices[0].message.content
|
45 |
|
|
|
39 |
"content": input,
|
40 |
}
|
41 |
],
|
42 |
+
model="llama-3.3-70b-versatile",
|
43 |
)
|
44 |
return chat_completion.choices[0].message.content
|
45 |
|