#gpt-contextfiles - A Way To Manage Your Whole Project

2 messages · Page 1 of 1 (latest)

hazy carbon
#

Are you tired of copying and pasting code snippets into chatgpt and other LLMs for debugging your code across files? Do you wish there was a simpler and faster way to pass multiple files to GPT-3.5 and get answers to your questions? Do you want to have more control over the context and the output of your queries?

If you answered yes to any of these questions, then you're like me, annoyed of it. With the context size increasing, we still aren't utilizing the benefits of multiple files to account for it all. However this is my barebones implementation:

  • Right-click on any file you want to pass to GPT-3.5 and check or uncheck the checkbox to include or exclude it from the context.
  • Enter your question in the input box and submit it to the API with a single click.
  • Get the response from GPT-3.5 in the output panel and see how it relates to your code.
  • Clear, refresh, or modify the context files as needed and repeat the process until you solve your problem.

I plan on having it expand further but doing so will require more time. If you wish to help you can join the github link below.

Github: https://github.com/Iheuzio/gpt-contextfiles

https://marketplace.visualstudio.com/items?itemName=Iheuzio.gpt-contextfiles

GitHub

vscode extension, add a file, ask gpt3.5 with all the files you pass into it up to 16k tokens - GitHub - Iheuzio/gpt-contextfiles: vscode extension, add a file, ask gpt3.5 with all the files you pa...

#

gpt-contextfiles A way to manage your whole project