Added new files to the git repo: desired.txt, current.txt

This commit is contained in:
Paul Gauthier 2023-05-19 06:45:27 -07:00
parent 36bbf879b5
commit a61d29a552
2 changed files with 32 additions and 0 deletions

10
current.txt Normal file
View file

@ -0,0 +1,10 @@
(top) class Coder
Coder member __init__ ( self, io, main_model="gpt-4", fnames=None, pretty=True, show_diffs=False, auto_commits=True, dry_run=False, )
Coder member apply_updates (self, content, inp)
Coder member auto_commit (self)
Coder member check_for_file_mentions (self, content)
Coder variable abs_fnames
Coder variable last_aider_commit_hash
Coder variable last_asked_for_commit_time
Coder variable repo
Coder.commit function get_dirty_files_and_diffs (file_list)

22
desired.txt Normal file
View file

@ -0,0 +1,22 @@
(top)
class
Coder
Coder
member
__init__
( self, io, main_model="gpt-4", fnames=None, pretty=True, show_diffs=False, auto_commits=True, dry_run=False, )
apply_updates
(self, content, inp)
auto_commit
(self)
check_for_file_mentions
(self, content)
variable
abs_fnames
last_aider_commit_hash
last_asked_for_commit_time
repo
Coder.commit
function
get_dirty_files_and_diffs
(file_list)