Edmundoogaz commited on
Commit
7275668
·
verified ·
1 Parent(s): f25116e

new models

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -43,7 +43,9 @@ final_answer = FinalAnswerTool()
43
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
44
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
45
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
 
46
  # deepseek-ai/DeepSeek-R1
 
47
 
48
  MODEL_IDS = [
49
  #'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud/',
 
43
  # If the agent does not answer, the model is overloaded, please use another model or the following Hugging Face Endpoint that also contains qwen2.5 coder:
44
  # model_id='https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud'
45
  # model_id='Qwen/Qwen2.5-Coder-32B-Instruct',# it is possible that this model may be overloaded
46
+ # deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
47
  # deepseek-ai/DeepSeek-R1
48
+ # https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/v1/chat/completions
49
 
50
  MODEL_IDS = [
51
  #'https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud/',