mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-10 14:45:00 +00:00
copy
This commit is contained in:
parent
415652d38e
commit
70a282ebf1
1 changed files with 12 additions and 0 deletions
|
@ -217,6 +217,18 @@ by doing something like `git blame` on the repo,
|
||||||
and counting up who wrote all the new lines of code in each release.
|
and counting up who wrote all the new lines of code in each release.
|
||||||
Only lines in source code files are counted, not documentation or prompt files.
|
Only lines in source code files are counted, not documentation or prompt files.
|
||||||
|
|
||||||
|
## Why is the LLM speaking to me in an unexpected language?
|
||||||
|
|
||||||
|
Aider goes to some effort to prompt the model to use the language that is configured
|
||||||
|
for your system.
|
||||||
|
But LLMs aren't fully reliable, and they sometimes decide to speak in
|
||||||
|
an unexpected language.
|
||||||
|
Claude is especially fond of speaking French.
|
||||||
|
|
||||||
|
You can explicitly set the language that aider tells the model to use with
|
||||||
|
`--chat-language <language>`.
|
||||||
|
But the LLM may not comply.
|
||||||
|
|
||||||
## Can I share my aider chat transcript?
|
## Can I share my aider chat transcript?
|
||||||
|
|
||||||
Yes, you can now share aider chat logs in a pretty way.
|
Yes, you can now share aider chat logs in a pretty way.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue