We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2242246 commit d0558bfCopy full SHA for d0558bf
1 file changed
config/system.yaml
@@ -41,7 +41,7 @@ api:
41
# API input configuration
42
provider: "openai" # LLM provider for queries
43
model: "gpt-4o-mini" # Model to use for queries
44
- no_tools: false # Whether to bypass tools and MCP servers (optional)
+ no_tools: null # Whether to bypass tools and MCP servers (optional)
45
system_prompt: null # System prompt (default None)
46
47
cache_dir: ".caches/api_cache" # Directory with lightspeed-stack cache
0 commit comments