Dorjzodovsuren commited on
Commit
01471c3
·
verified ·
1 Parent(s): a4d6be0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -27,7 +27,9 @@ from examples import (
27
  trip_examples
28
  )
29
 
30
- repo_id = "meta-llama/Meta-Llama-3-70B-Instruct"
 
 
31
  llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("hf_token"))
32
 
33
  end_sequence = "I hope that helps!"
 
27
  trip_examples
28
  )
29
 
30
+ #repo_id = "meta-llama/Meta-Llama-3-70B-Instruct"
31
+ repo_id = "mistralai/Mixtral-8x7B-Instruct-v0.1"
32
+
33
  llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("hf_token"))
34
 
35
  end_sequence = "I hope that helps!"