fix: remove old stuff
This commit is contained in:
parent
6da204767c
commit
bd49a8903f
1 changed files with 0 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ function M.run_chatgpt_command()
|
||||||
local project_structure = context.get_project_structure(dirs)
|
local project_structure = context.get_project_structure(dirs)
|
||||||
local all_files = context.get_project_files(dirs)
|
local all_files = context.get_project_files(dirs)
|
||||||
local file_sections = context.get_file_contents(all_files)
|
local file_sections = context.get_file_contents(all_files)
|
||||||
local current_file_content, current_file_path = context.get_current_file()
|
|
||||||
local readme_content = context.get_readme_content()
|
|
||||||
|
|
||||||
local sections = {
|
local sections = {
|
||||||
conf.initial_prompt .. "\n" .. user_input,
|
conf.initial_prompt .. "\n" .. user_input,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue