mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +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
|
||||
well because you can send GPT a self-contained request ("write a
|
||||
Fibonacci function") and it can create new code from whole cloth. Or
|
||||
you can send it an existing function implementation and ask for self
|
||||
contained changes ("rewrite the loop using list
|
||||
you can send it an existing function implementation and ask for self-contained
|
||||
changes ("rewrite the loop using list
|
||||
comprehensions"). These require no context beyond the code being
|
||||
discussed.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue