mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
Update ctags.md
This commit is contained in:
parent
23385eb187
commit
2bee941ff9
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ GPT-4 is great at "self contained" coding tasks, like writing or
|
||||||
modifying a pure function with no external dependencies. These work
|
modifying a pure function with no external dependencies. These work
|
||||||
well because you can send GPT a self-contained request ("write a
|
well because you can send GPT a self-contained request ("write a
|
||||||
Fibonacci function") and it can create new code from whole cloth. Or
|
Fibonacci function") and it can create new code from whole cloth. Or
|
||||||
you can send it an existing function implementation and ask for self
|
you can send it an existing function implementation and ask for self-contained
|
||||||
contained changes ("rewrite the loop using list
|
changes ("rewrite the loop using list
|
||||||
comprehensions"). These require no context beyond the code being
|
comprehensions"). These require no context beyond the code being
|
||||||
discussed.
|
discussed.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue