danielkorat commited on
Commit
a0c3353
·
verified ·
1 Parent(s): 6cab4b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -10,15 +10,6 @@ from typing import Optional
10
 
11
  from my_tools import *
12
 
13
-
14
-
15
- # Choose which LLM engine to use!
16
- model = HfApiModel()
17
- # model = TransformersModel(model_id="meta-llama/Llama-3.2-2B-Instruct")
18
-
19
- # For anthropic: change model_id below to 'anthropic/claude-3-5-sonnet-20240620'
20
- # model = LiteLLMModel(model_id="gt-4o")
21
-
22
  # If the agent does not answer, the model is overloaded, please use another model or the original Hugging Face Endpoint for contains qwen2.5 coder:
23
  # 'Qwen/Qwen2.5-Coder-32B-Instruct'
24
  model = HfApiModel(
 
10
 
11
  from my_tools import *
12
 
 
 
 
 
 
 
 
 
 
13
  # If the agent does not answer, the model is overloaded, please use another model or the original Hugging Face Endpoint for contains qwen2.5 coder:
14
  # 'Qwen/Qwen2.5-Coder-32B-Instruct'
15
  model = HfApiModel(