ChockqOteewy commited on
Commit
119dab4
·
verified ·
1 Parent(s): d878c51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
12
  HF_TOKEN = os.getenv("HF_TOKEN")
13
 
14
  # Setup Hugging Face client (advanced model)
15
- llm_model_id = "HuggingFaceH4/zephyr-7b-bet"
16
  hf_client = InferenceClient(llm_model_id, token=HF_TOKEN)
17
 
18
  # Wikipedia API setup (corrected user-agent)
 
12
  HF_TOKEN = os.getenv("HF_TOKEN")
13
 
14
  # Setup Hugging Face client (advanced model)
15
+ llm_model_id = "HuggingFaceH4/zephyr-7b-beta"
16
  hf_client = InferenceClient(llm_model_id, token=HF_TOKEN)
17
 
18
  # Wikipedia API setup (corrected user-agent)