Spaces:
Sleeping
Sleeping
update model id
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ class BasicAgent:
|
|
| 57 |
|
| 58 |
# Initialize LLM with api_key parameter
|
| 59 |
llm = HuggingFaceInferenceAPI(
|
| 60 |
-
|
| 61 |
api_key=hf_api_key,
|
| 62 |
)
|
| 63 |
|
|
|
|
| 57 |
|
| 58 |
# Initialize LLM with api_key parameter
|
| 59 |
llm = HuggingFaceInferenceAPI(
|
| 60 |
+
model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud',
|
| 61 |
api_key=hf_api_key,
|
| 62 |
)
|
| 63 |
|