From 762e4c86e86e80f6675cfaae3b3d38a365fb048a Mon Sep 17 00:00:00 2001 From: coconut49 Date: Tue, 17 Oct 2023 23:53:00 +0800 Subject: [PATCH] Change boolean values in secrets_template.toml from title to lower case. --- secrets_template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secrets_template.toml b/secrets_template.toml index ef22330b1..161faa604 100644 --- a/secrets_template.toml +++ b/secrets_template.toml @@ -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)