Update app.py
Browse files
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-
|
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)
|