reztilop commited on
Commit
bc5f408
·
verified ·
1 Parent(s): 0104a0d

Create config.yaml

Browse files
Files changed (1) hide show
  1. config.yaml +17 -0
config.yaml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ general_settings:
2
+ master_key: sk-1234567890
3
+
4
+ litellm_settings:
5
+ drop_params: True
6
+ set_verbose: True
7
+
8
+ model_list:
9
+
10
+
11
+
12
+ - model_name: nousresearch/hermes-3-llama-3.1-405b:free
13
+ litellm_params: # all params accepted by litellm.completion() - https://docs.litellm.ai/docs/completion/input
14
+ model: nousresearch/hermes-3-llama-3.1-405b:free ### MODEL NAME sent to `litellm.completion()` ###
15
+ api_base: https://openrouter.ai/api/v1
16
+ api_key: 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 # does os.getenv("AZURE_API_KEY_EU")
17
+ rpm: 60 # [OPTIONAL] Rate limit for this deployment: in requests per minute (rpm)