ml5050 commited on
Commit
83998b8
·
verified ·
1 Parent(s): 1f6dcdf

Update app.py

Browse files

try my model again

Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -57,11 +57,11 @@ model = HfApiModel(
57
  max_tokens=2096,
58
  temperature=0.5,
59
  #model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
60
- model_id='https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud',
61
  #model_id='Qwen/Qwen2.5-Coder-3B-Instruct',
62
  #model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
63
- #model_id='https://i3krvakf2arisixm.us-east-1.aws.endpoints.huggingface.cloud',
64
- #token=os.getenv('HF_TOKEN_WRITE'),
65
  custom_role_conversions=None,
66
  )
67
 
 
57
  max_tokens=2096,
58
  temperature=0.5,
59
  #model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
60
+ #model_id='https://jc26mwg228mkj8dw.us-east-1.aws.endpoints.huggingface.cloud', # worked!!
61
  #model_id='Qwen/Qwen2.5-Coder-3B-Instruct',
62
  #model_id='deepseek-ai/DeepSeek-R1-Distill-Qwen-32B',
63
+ model_id='https://i3krvakf2arisixm.us-east-1.aws.endpoints.huggingface.cloud',
64
+ token=os.getenv('HF_TOKEN_WRITE'),
65
  custom_role_conversions=None,
66
  )
67