Skip to content

Juno is my first attempt at using an LLM to help me do my job. It's a command-line task bot powered by Open AI's GPT models and a curated set of skills that allows it perform actions like editing files.

License

Notifications You must be signed in to change notification settings

akshaysngupta/juno

Repository files navigation

Installing Juno

make install

Using Juno:

export OPENAI_API_KEY=""

juno do "add contact page with email [email protected] and modify main.go to expose that as well"

This will make Juno perform tasks in the helloworld folder.

About

Juno is my first attempt at using an LLM to help me do my job. It's a command-line task bot powered by Open AI's GPT models and a curated set of skills that allows it perform actions like editing files.

Resources

License

Stars

Watchers

Forks