You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.