zhengr commited on
Commit
b947a2a
·
verified ·
1 Parent(s): 35a791b

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +8 -0
config.yaml CHANGED
@@ -23,6 +23,14 @@ model_list:
23
  litellm_params:
24
  model: huggingface/Qwen/Qwen2.5-VL-32B-Instruct
25
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
 
 
 
 
 
 
 
 
26
  # ============================
27
  #
28
  # Model-specific parameters with example
 
23
  litellm_params:
24
  model: huggingface/Qwen/Qwen2.5-VL-32B-Instruct
25
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
26
+ - model_name: Qwen2.5-VL-32B-Instruct
27
+ litellm_params:
28
+ model: huggingface/Qwen/Qwen2.5-VL-32B-Instruct
29
+ api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
30
+ - model_name: DeepSeek-R1
31
+ litellm_params:
32
+ model: huggingface/together/deepseek-ai/DeepSeek-R1
33
+ api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
34
  # ============================
35
  #
36
  # Model-specific parameters with example