soaljack commited on
Commit
163c6a0
·
verified ·
1 Parent(s): 752c1cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def check_prime(n):
49
  model = HfApiModel(
50
  max_tokens=2096,
51
  temperature=0.5,
52
- model_id='Qwen/Qwen2.5-Coder-32B-Instruct',
53
  )
54
 
55
  # Define tools list
 
49
  model = HfApiModel(
50
  max_tokens=2096,
51
  temperature=0.5,
52
+ model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/',
53
  )
54
 
55
  # Define tools list