From 73e5ab059ffd44d19dfa11ac6bc50a2d554c1dc4 Mon Sep 17 00:00:00 2001 From: osbm Date: Mon, 15 Sep 2025 16:00:11 +0300 Subject: [PATCH] formatting --- config/plugins/avante.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/plugins/avante.nix b/config/plugins/avante.nix index 50f5647..dbe9ec7 100644 --- a/config/plugins/avante.nix +++ b/config/plugins/avante.nix @@ -5,14 +5,14 @@ # provider = "ollama"; # provider = "claude"; providers = { - # claude = { - # endpoint = "https://api.anthropic.com"; - # extra_request_body = { - # max_tokens = 4096; - # temperature = 0; - # }; - # model = "claude-3-5-sonnet-20240620"; - # }; + # claude = { + # endpoint = "https://api.anthropic.com"; + # extra_request_body = { + # max_tokens = 4096; + # temperature = 0; + # }; + # model = "claude-3-5-sonnet-20240620"; + # }; ollama = { endpoint = "http://localhost:11434"; model = "qwen2.5-coder:32b";