Setting max_tokens for OpenAI Compatible Provider for Aider #499
-
|
I am completely lost and need help. My situation:
My problem:
I know that there are config files that can be passed to aider. I just don't get all these loose ends together. I am afraid I need a step-by-step instruction. Anyone out there being able to help? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
In AiderDesk, it's currently only possible to set maxTokens (max output tokens) for Agent mode via the Agent profile settings. If you need a specific settings for Aider, you will probably need to create Adjust the values based on your model. The more info can be found in Aider's docs. Adding as much configuration as possible directly into Model Library is the main idea to have it there, so I will try and incorporate this into the next release too. EDIT: Actually, although the Max Output Tokens can be currently set in the Model Library, they are not applied properly when using Aider, so that's something I need to fix. |
Beta Was this translation helpful? Give feedback.
In AiderDesk, it's currently only possible to set maxTokens (max output tokens) for Agent mode via the Agent profile settings.
If you need a specific settings for Aider, you will probably need to create
.aider.model.metadata.jsonin your project root (or home) with the following content:Adjust the values based on your model. The more info can be found in Aider's docs.
Adding as much configuration as possible directly into …