From 51b2621d58633aa5c0f5cc7b64616d70d41acc91 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 27 Sep 2025 02:19:22 +0300 Subject: Support multi-provider fan-out across CLI and completions --- config.toml.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index 1bed1a9..e054ef0 100644 --- a/config.toml.example +++ b/config.toml.example @@ -44,6 +44,7 @@ chat_prefixes = ["?", "!", ":", ";"] # single-character items # temperature = 0.2 # [[models.code_action]] +# # Only the first entry is used; extras are ignored with a warning. # provider = "copilot" # model = "gpt-4o" # temperature = 0.4 -- cgit v1.2.3