Tired of switching from terminal to GPT on browser? watson is your personal assistant from your terminal.
Using GPT under the hood, watson makes sure you're staying focused in the terminal.
- Go 1.24+
- A valid OpenAI API key
Add your OPENAI_API_KEY in your environment.
export OPENAI_API_KEY=your_openai_api_keyRun it from the source code:
git clone https://github.com/zuzuleinen/watson.git
cd watson
go run .Or go install and use the generated binary.
watson is using gpt-3.5-turbo-0125 model.
Created using the amazing tools from Charmbracelet.
