From 6d29ac7e4b2604b5c7df50f33f8ef2357709faf2 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 18 Aug 2025 09:13:41 +0300 Subject: feat(lsp): add coding_temperature knob and remove hardcoded temps\n\n- Add to app config and server options.\n- Use in LSP code actions and completions.\n- Default to provider temperature when not set.\n- Update README and config.json.example. --- config.json.example | 1 + 1 file changed, 1 insertion(+) (limited to 'config.json.example') diff --git a/config.json.example b/config.json.example index 04ecfb7..b8c729b 100644 --- a/config.json.example +++ b/config.json.example @@ -6,6 +6,7 @@ "log_preview_limit": 100, "no_disk_io": true, "trigger_characters": [".", ":", "/", "_", ";", "?"], + "coding_temperature": 0.2, "provider": "openai", -- cgit v1.2.3