Stevenfunau commited on
Commit
47cf721
·
verified ·
1 Parent(s): 2270d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
19
  #model_id="https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/"
20
  #model_id="Qwen/Qwen2.5-Coder-32B-Instruct"
21
  model_id="deepseek-ai/DeepSeek-Coder-V2-Lite-Base"
22
- model_=LiteLLMModel(model_id)
23
 
24
  # Initialize the model
25
  #model = HfApiModel(model_id)
 
19
  #model_id="https://pflgm2locj2t89co.us-east-1.aws.endpoints.huggingface.cloud/"
20
  #model_id="Qwen/Qwen2.5-Coder-32B-Instruct"
21
  model_id="deepseek-ai/DeepSeek-Coder-V2-Lite-Base"
22
+ model=LiteLLMModel(model_id)
23
 
24
  # Initialize the model
25
  #model = HfApiModel(model_id)