m-ric HF staff commited on
Commit
779fa75
1 Parent(s): fbee26e

Update app.py

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