mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
copy
This commit is contained in:
parent
20eacfab0f
commit
74ecdf2d3f
2 changed files with 2 additions and 3 deletions
|
@ -7,8 +7,8 @@ from aider.dump import dump # noqa
|
||||||
# Standard tag identifier
|
# Standard tag identifier
|
||||||
REASONING_TAG = "thinking-content-" + "7bbeb8e1441453ad999a0bbba8a46d4b"
|
REASONING_TAG = "thinking-content-" + "7bbeb8e1441453ad999a0bbba8a46d4b"
|
||||||
# Output formatting
|
# Output formatting
|
||||||
REASONING_START = "-----\n**► THINKING**"
|
REASONING_START = "--------------\n► **THINKING**"
|
||||||
REASONING_END = "-----\n**► ANSWER**"
|
REASONING_END = "------------\n► **ANSWER**"
|
||||||
|
|
||||||
|
|
||||||
def remove_reasoning_content(res, reasoning_tag):
|
def remove_reasoning_content(res, reasoning_tag):
|
||||||
|
|
|
@ -549,7 +549,6 @@
|
||||||
max_tokens: 8192
|
max_tokens: 8192
|
||||||
include_reasoning: true
|
include_reasoning: true
|
||||||
caches_by_default: true
|
caches_by_default: true
|
||||||
use_temperature: false
|
|
||||||
editor_model_name: openrouter/deepseek/deepseek-chat
|
editor_model_name: openrouter/deepseek/deepseek-chat
|
||||||
editor_edit_format: editor-diff
|
editor_edit_format: editor-diff
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue