https://github.com/drorata/heregpt
Console assistance tool powered by ChatGPT
https://github.com/drorata/heregpt
Last synced: about 1 year ago
JSON representation
Console assistance tool powered by ChatGPT
- Host: GitHub
- URL: https://github.com/drorata/heregpt
- Owner: drorata
- License: mit
- Created: 2023-07-09T20:29:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T11:38:24.000Z (almost 3 years ago)
- Last Synced: 2025-06-01T02:05:45.916Z (about 1 year ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hereGPT
Your chatGPT assistant right in the Terminal
## Getting started and OpenAI key
1. Install using `pip install heregpt` (or using any other method you favor).
2. Get yourself an [OpenAI API key](https://platform.openai.com/account/api-keys).
3. Place the key in one of the following places:
1. ~/config/heregpt with the key `OPENAI_API_KEY`
2. Set the environment variable `OPENAI_API_KEY`
3. Use the global option `openai-key`. For example: `heregpt --openai-key "my-great-key-12jd33`
4. When you're in DEV mode, you can also place the key in a `.env` file. It should be with the key `OPENAI_API_KEY`