Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -312,7 +312,7 @@ def obtener_respuesta_rag(user_query, user_id):
|
|
| 312 |
|
| 313 |
print(f"🚀 [BOT] Enviando prompt a NVIDIA NIM para el usuario {user_id}...")
|
| 314 |
completion = nvidia_client.chat.completions.create(
|
| 315 |
-
model="
|
| 316 |
messages=[{"role": "user", "content": prompt}],
|
| 317 |
temperature=0.6,
|
| 318 |
top_p=0.95,
|
|
|
|
| 312 |
|
| 313 |
print(f"🚀 [BOT] Enviando prompt a NVIDIA NIM para el usuario {user_id}...")
|
| 314 |
completion = nvidia_client.chat.completions.create(
|
| 315 |
+
model="thinkingmachines/inkling",
|
| 316 |
messages=[{"role": "user", "content": prompt}],
|
| 317 |
temperature=0.6,
|
| 318 |
top_p=0.95,
|