EinsteinCoder
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def create_chat_completion():
|
|
100 |
"id": groq_response["id"],
|
101 |
"object": "chat.completion",
|
102 |
"created": groq_response["created"],
|
103 |
-
"model": "
|
104 |
"choices": choices,
|
105 |
"usage": simplified_usage,
|
106 |
}
|
|
|
100 |
"id": groq_response["id"],
|
101 |
"object": "chat.completion",
|
102 |
"created": groq_response["created"],
|
103 |
+
"model": "llama-3.2-90b-vision-preview",
|
104 |
"choices": choices,
|
105 |
"usage": simplified_usage,
|
106 |
}
|