zhengr commited on
Commit
4d476fc
·
verified ·
1 Parent(s): 97601b1

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +16 -0
config.yaml CHANGED
@@ -3,6 +3,22 @@ model_list:
3
  litellm_params:
4
  model: huggingface/Qwen/Qwen3-235B-A22B
5
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - model_name: ollama-phi3.5-3.8b
7
  litellm_params:
8
  model: ollama/phi3.5:3.8b
 
3
  litellm_params:
4
  model: huggingface/Qwen/Qwen3-235B-A22B
5
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
6
+ - model_name: Qwen2.5-72B-Instruct
7
+ litellm_params:
8
+ model: huggingface/Qwen/Qwen2.5-72B-Instruct
9
+ api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
10
+ - model_name: DeepSeek-R1-Distill-Qwen-32B
11
+ litellm_params:
12
+ model: huggingface/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
13
+ api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
14
+ - model_name: Qwen/QwQ-32B
15
+ litellm_params:
16
+ model: huggingface/Qwen/QwQ-32B
17
+ api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
18
+ - model_name: Llama-3.3-70B-Instruct
19
+ litellm_params:
20
+ model: huggingface/meta-llama/Llama-3.3-70B-Instruct
21
+ api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
22
  - model_name: ollama-phi3.5-3.8b
23
  litellm_params:
24
  model: ollama/phi3.5:3.8b