alarv commited on
Commit
f0b8bec
·
verified ·
1 Parent(s): 56322c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -371,8 +371,8 @@ final_answer = FinalAnswerTool()
371
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
372
 
373
  model = OpenAIServerModel(
374
- model_id="Qwen/Qwen2.5-Coder-32B-Instruct",
375
- api_base="https://qwen-32b.jaqpot.org/v1",
376
  api_key="none",
377
  max_tokens=2096,
378
  temperature=0.5,
 
371
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
372
 
373
  model = OpenAIServerModel(
374
+ model_id=os.environ["LLM_MODEL_ID"],
375
+ api_base=os.environ["LLM_API_BASE"],
376
  api_key="none",
377
  max_tokens=2096,
378
  temperature=0.5,