zhengr commited on
Commit
5f75ed6
·
verified ·
1 Parent(s): b947a2a

Update config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +4 -0
config.yaml CHANGED
@@ -31,6 +31,10 @@ model_list:
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
 
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
+ - 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
  # ============================
39
  #
40
  # Model-specific parameters with example