diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-20 18:32:27 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-20 18:32:27 +0300 |
| commit | 17f72f39cfde04f04ec2f76dc109d99ff2de80f6 (patch) | |
| tree | e43bee1bfad596cd98a07414a076a862baa47e4c /config.toml.example | |
| parent | c0e01d4a40eb85b943d87102c37a9c05f95ee1e9 (diff) | |
docs: document You.com (YouSearch) provider
Amp-Thread-ID: https://ampcode.com/threads/T-019e45ff-4976-750c-b2e6-121d0e5991ef
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 4f7d26a..5526e7f 100644 --- a/config.toml.example +++ b/config.toml.example @@ -70,7 +70,7 @@ chat_prefixes = ["?", "!", ":", ";"] # single-character items [provider] # Ollama Cloud (ollama.ai) is the recommended default. The API key is read # from HEXAI_OLLAMA_API_KEY (falling back to OLLAMA_API_KEY). -name = "ollama" # ollama | openai | openrouter | anthropic +name = "ollama" # ollama | openai | openrouter | anthropic | yousearch [ollama] model = "kimi-k2.6" @@ -96,6 +96,12 @@ model = "claude-3-5-sonnet-20241022" base_url = "https://api.anthropic.com/v1" temperature = 0.2 +[yousearch] +# You.com Research API (https://api.you.com/v1/research). The API key is read +# from HEXAI_YOUSEARCH_API_KEY (falling back to YOU_API_KEY). +# research_effort accepts: lite | standard | deep | exhaustive (default: standard). +research_effort = "standard" + # Prompt templates (optional). Leave commented to use defaults. [prompts] |
