Update app.py
Browse files
app.py
CHANGED
@@ -213,7 +213,7 @@ async def generate_text(request: RequestModel):
|
|
213 |
]
|
214 |
completion = client.chat.completions.create(
|
215 |
# model="nvidia/llama-3.1-nemotron-70b-instruct",
|
216 |
-
model="nv-mistralai/mistral-nemo-12b-instruct"
|
217 |
messages=messages,
|
218 |
# max_tokens=1024,
|
219 |
stream=True
|
|
|
213 |
]
|
214 |
completion = client.chat.completions.create(
|
215 |
# model="nvidia/llama-3.1-nemotron-70b-instruct",
|
216 |
+
model="nv-mistralai/mistral-nemo-12b-instruct",
|
217 |
messages=messages,
|
218 |
# max_tokens=1024,
|
219 |
stream=True
|