m-ric HF staff commited on
Commit
3598204
1 Parent(s): 41ed228

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ from examples import (
27
  trip_examples
28
  )
29
 
30
- repo_id = "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1"
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
  llm_client = InferenceClient(model=repo_id, timeout=180, token=os.getenv("hf_token"))
32
 
33
  end_sequence = "I hope that helps!"