From b0fa646de9f3e6b2cf2b1c335233c68af43669de Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 20 Jan 2025 14:19:30 -0800 Subject: [PATCH] fix litellm_provider --- aider/resources/model-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/resources/model-metadata.json b/aider/resources/model-metadata.json index 7c46f948a..a2e2812a2 100644 --- a/aider/resources/model-metadata.json +++ b/aider/resources/model-metadata.json @@ -24,7 +24,7 @@ "cache_read_input_token_cost": 0.00000014, "cache_creation_input_token_cost": 0.0, "output_cost_per_token": 0.00000219, - "litellm_provider": "deepseek", + "litellm_provider": "openrouter", "mode": "chat", //"supports_function_calling": true, "supports_assistant_prefill": true,