From f2d2ab51b1afce8c5dfd4a2dc0f5c19c6806f19e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 6 Dec 2024 13:27:26 -0800 Subject: [PATCH] copy --- aider/website/docs/config/adv-model-settings.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/aider/website/docs/config/adv-model-settings.md b/aider/website/docs/config/adv-model-settings.md index 44ed30a84..623f1cdbd 100644 --- a/aider/website/docs/config/adv-model-settings.md +++ b/aider/website/docs/config/adv-model-settings.md @@ -46,15 +46,19 @@ The json file should be a dictionary with an entry for each model, as follows: } ``` -See -[litellm's model_prices_and_context_window.json file](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json) for more examples. -Consider submitting a PR to that file to add missing models. - {: .tip } Use a fully qualified model name with a `provider/` at the front in the `.aider.model.metadata.json` file. For example, use `deepseek/deepseek-chat`, not just `deepseek-chat`. +### Contribute model metadata + +Aider relies on +[litellm's model_prices_and_context_window.json file](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json) +for model metadata. + +Consider submitting a PR to that file to add missing models. + ## Model settings Aider has a number of settings that control how it works with