Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -153,7 +153,7 @@ async def generate_hashtags(request: EventHashtagRequest):
|
|
| 153 |
)
|
| 154 |
|
| 155 |
client = InferenceClient(token=token)
|
| 156 |
-
|
| 157 |
"Viet-Mistral/Vistral-7B-Chat", # Best balance
|
| 158 |
"vilm-ai/VinaLLaMA-7B-chat", # Great for culture
|
| 159 |
"ViettelAI/Llama3-ViettelSolution-8B", # Strong performer
|
|
|
|
| 153 |
)
|
| 154 |
|
| 155 |
client = InferenceClient(token=token)
|
| 156 |
+
models_to_try = [
|
| 157 |
"Viet-Mistral/Vistral-7B-Chat", # Best balance
|
| 158 |
"vilm-ai/VinaLLaMA-7B-chat", # Great for culture
|
| 159 |
"ViettelAI/Llama3-ViettelSolution-8B", # Strong performer
|