minh9972t12 commited on
Commit
887ceed
·
verified ·
1 Parent(s): 5108fe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -154,10 +154,9 @@ async def generate_hashtags(request: EventHashtagRequest):
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
160
- "allbyai/ToRoLaMa-7b-v1.0", # Alternative
161
  ]
162
 
163
  llm_response = ""
 
154
 
155
  client = InferenceClient(token=token)
156
  models_to_try = [
157
+ "mistralai/Mistral-7B-Instruct-v0.3",
158
+ "microsoft/Phi-3-mini-4k-instruct",
159
+ "meta-llama/Meta-Llama-3-8B-Instruct"
 
160
  ]
161
 
162
  llm_response = ""