Bandook01 commited on
Commit
66a39be
·
1 Parent(s): 59d748d

update model id

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ class BasicAgent:
57
 
58
  # Initialize LLM with api_key parameter
59
  llm = HuggingFaceInferenceAPI(
60
- model_name="Qwen/Qwen2.5-Coder-32B-Instruct",
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