zhengr commited on
Commit
4829a1a
·
verified ·
1 Parent(s): b5e82a6

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +2 -2
config.yaml CHANGED
@@ -29,11 +29,11 @@ model_list:
29
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
30
  - model_name: Llama-3.1-Nemotron-70B-Instruct-HF
31
  litellm_params:
32
- model: nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
33
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
34
  - model_name: gemma-3-27b-it
35
  litellm_params:
36
- model: google/gemma-3-27b-it
37
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
38
  - model_name: Qwen2.5-VL-32B-Instruct
39
  litellm_params:
 
29
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
30
  - model_name: Llama-3.1-Nemotron-70B-Instruct-HF
31
  litellm_params:
32
+ model: huggingface/nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
33
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
34
  - model_name: gemma-3-27b-it
35
  litellm_params:
36
+ model: huggingface/google/gemma-3-27b-it
37
  api_key: os.environ/HF_TOKEN # ensure you have `HF_TOKEN` in your .env
38
  - model_name: Qwen2.5-VL-32B-Instruct
39
  litellm_params: