forked from phoenix/litellm-mirror
Change boolean values in secrets_template.toml from title to lower case.
This commit is contained in:
parent
4414594e7d
commit
762e4c86e8
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
# AWS_SECRET_ACCESS_KEY = "" # Uncomment to save your Bedrock/Sagemaker access keys
|
||||
|
||||
[general]
|
||||
# add_function_to_prompt = True # e.g: Ollama doesn't support functions, so add it to the prompt instead
|
||||
# drop_params = True # drop any params not supported by the provider (e.g. Ollama)
|
||||
# add_function_to_prompt = true # e.g: Ollama doesn't support functions, so add it to the prompt instead
|
||||
# drop_params = true # drop any params not supported by the provider (e.g. Ollama)
|
||||
# default_model = None # route all requests to this model
|
||||
# fallbacks = ["gpt-3.5-turbo", "gpt-4"] # models you want to fallback to in case completion call fails (remember: add relevant keys)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue