Initial setup
I know you’re excited to get started with Genie, but before you do, let’s set up your environment. Make sure you have the following with you:- OpenAI API Key
- Gemini API Key
- DeepSeek API Key
- Ollama URL
http://localhost:11434
.
- Ignore List Path
- Replicate API Key
Ignore List Path
When configuring the Genie CLI, you can specify ignore patterns to exclude certain files or directories from processing. This can be useful for skipping test files, build directories, or other irrelevant content. The ignore list is a file that contains a list of files and directories that you want to exclude from your project. This is highly important to reduce the token count and improve the performance of the analysis. Create an ignore list file anywhere on your system and store the path with you. This is a text file with the name ignorelist.txt that contains a list of files and directories to ignore. For example:Configure Genie
Now that you have all the necessary information, you can configure Genie by running the following command:Reset Configuration
If you ever need to reset your API keys or configurations, you can do so by running the following command:reset
command here.
That’s it! 🎉 You’re all set to start using Genie. If you have any questions or need help, feel free to reach out to me at harshal@genie.harshalranjhani.in