Terminal based AI chat client running on Google Gemini models
- Build from source
git clone https://github.com/CoreyRobinsonDev/chat cd chat go build - Add Gemini API key. This can be done in 2 ways:
- Within the project directory create a
.envfile, addGEMINI_API_KEY=your_api_key, then rungo build. This will be added to your settings file at~/.config/chat/settings.json.GEMINI_API_KEYcan also be exported as system environment variable - Alternitively, you can update the
geminiApiKeyfield in your~/.config/chat/settings.jsonfile directly
- Within the project directory create a
config: Select the AI model to use- Other Gemini models can be added to
geminiModelsin~/.config/chat/settings.json
- Other Gemini models can be added to
