fix: remove old stuff

This commit is contained in:
2024-12-12 22:05:06 +01:00
parent 6da204767c
commit bd49a8903f

View File

@@ -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,