From 94d833cb5fa934a9bb8e8aabc3526e67bb48bd92 Mon Sep 17 00:00:00 2001 From: "sp.wack" <83104063+amanape@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:54:28 +0400 Subject: [PATCH] fix: Update `config.template.toml` to have empty api keys (#6521) --- config.template.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.template.toml b/config.template.toml index 090b76026b..4da00e5df0 100644 --- a/config.template.toml +++ b/config.template.toml @@ -104,7 +104,7 @@ workspace_base = "./workspace" #aws_secret_access_key = "" # API key to use (For Headless / CLI only - In Web this is overridden by Session Init) -api_key = "your-api-key" +api_key = "" # API base URL (For Headless / CLI only - In Web this is overridden by Session Init) #base_url = "" @@ -195,7 +195,7 @@ model = "gpt-4o" #native_tool_calling = None [llm.gpt4o-mini] -api_key = "your-api-key" +api_key = "" model = "gpt-4o"