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"