You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running using a simple aider command as I have created 2 global config files:
# ~/.aider.conf.ymlmodel: openrouter/deepseek/deepseek-r1architect: trueeditor-model: openrouter/anthropic/claude-3.5-sonnetauto-accept-architect: falseauto-commits: falsecache-prompts: truedark-mode: true# lint: true## Set the thinking token budget for models that support it (default: not set)thinking-tokens: 100
I also created ~/ai-instructions.md that I include with the /read command once I open aider:
# Tone and style
You should be concise, direct, and to the point.
Remember that your output will be displayed on a command line interface.
IMPORTANT: You should minimize output tokens as much as possible while maintaining helpfulness, quality, and accuracy.
IMPORTANT: You should NOT answer with unnecessary preamble or postamble (such as summarizing your action), unless the user asks you to.
IMPORTANT: You MUST answer concisely with fewer than 4 lines (not including tool use or code generation) unless user asks for detail. Answer the user's question directly. Avoid introductions, conclusions, and explanations. You MUST avoid text before/after your response, such as "The answer is <answer>.", "Here is the content of the file..." or "Based on the information provided, the answer is..." or "Here is what I will do next...". Omit all filler phrases.
All of that and the thinking process is still huge:
Version and model info
Aider v0.77.0
Main model: openrouter/deepseek/deepseek-r1 with architect edit format, 0.1k think tokens, prompt cache, infinite output
Editor model: openrouter/anthropic/claude-3.5-sonnet with editor-diff edit format
Weak model: openrouter/deepseek/deepseek-chat
Git repo: .git with 24 files
Repo-map: using 4096 tokens, files refresh
The text was updated successfully, but these errors were encountered:
Issue
I am running using a simple
aider
command as I have created 2 global config files:I also created
~/ai-instructions.md
that I include with the /read command once I open aider:All of that and the thinking process is still huge:
Version and model info
Aider v0.77.0
Main model: openrouter/deepseek/deepseek-r1 with architect edit format, 0.1k think tokens, prompt cache, infinite output
Editor model: openrouter/anthropic/claude-3.5-sonnet with editor-diff edit format
Weak model: openrouter/deepseek/deepseek-chat
Git repo: .git with 24 files
Repo-map: using 4096 tokens, files refresh
The text was updated successfully, but these errors were encountered: