TermGPT icon indicating copy to clipboard operation
TermGPT copied to clipboard

Giving LLMs like GPT-4 the ability to plan and execute terminal commands

Results 8 TermGPT issues
Sort by recently updated
recently updated
newest added

OpenAI just added a method to call functions, described in their new [blog post](https://openai.com/blog/function-calling-and-other-api-updates) This could be used to read files and webpages as natural language rather than using flags

Added .env.local to git ignore. Updated the model to be an environment variable + updated readme/example.

"I would like to primarily find an open source model that can yield similar performance to GPT-4 in this realm." I hear good things about Vacuna being what you describe...

i have amd videocard bro, so im stuck with the torch configuraiton to run LLM models Also i didnt understand Sentdex how to make TermGPT do what i want. It...

I have added multiple functions for adding, changing, deleting, saving as txt, saving as shell script and executing the commands. This is the first wave of functionalities, I still have...