zhengr commited on
Commit
193fe95
·
verified ·
1 Parent(s): 4d476fc

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +4 -0
config.yaml CHANGED
@@ -19,6 +19,10 @@ model_list:
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
 
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: Qwen2.5-VL-32B-Instruct
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: ollama-phi3.5-3.8b
27
  litellm_params:
28
  model: ollama/phi3.5:3.8b