Spaces:
Runtime error
Runtime error
hassanelmghari
commited on
Commit
•
293451d
1
Parent(s):
66305c9
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ def bot_streaming(
|
|
92 |
|
93 |
try:
|
94 |
stream = client.chat.completions.create(
|
95 |
-
model="meta-llama/Llama-
|
96 |
messages=messages,
|
97 |
max_tokens=max_new_tokens,
|
98 |
temperature=temperature,
|
|
|
92 |
|
93 |
try:
|
94 |
stream = client.chat.completions.create(
|
95 |
+
model="meta-llama/Llama-Vision-Free",
|
96 |
messages=messages,
|
97 |
max_tokens=max_new_tokens,
|
98 |
temperature=temperature,
|