Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -195,7 +195,7 @@ def vibrational_wellness(input_text, audio_input):
|
|
| 195 |
"content": prompt,
|
| 196 |
}
|
| 197 |
],
|
| 198 |
-
model="llama-3.
|
| 199 |
max_tokens=10, # Increased to allow for longer emotion words
|
| 200 |
)
|
| 201 |
|
|
|
|
| 195 |
"content": prompt,
|
| 196 |
}
|
| 197 |
],
|
| 198 |
+
model="llama-3.3-70b-versatile",
|
| 199 |
max_tokens=10, # Increased to allow for longer emotion words
|
| 200 |
)
|
| 201 |
|