fix: remove old stuff
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user