File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,6 +178,51 @@ Select: Delete
178178```
179179---
180180
181+ ## Getting API Keys
182+
183+ ** Google Gemini:**
184+
185+ 1 . Visit [ Google AI Studio] ( https://makersuite.google.com/app/apikey )
186+ 2 . Create a new API key
187+
188+
189+ ** Grok (X.AI):**
190+
191+ 1 . Visit [ X.AI Console] ( https://console.x.ai/ )
192+ 2 . Generate an API key
193+
194+
195+ ** Groq:**
196+
197+ 1 . Sign up at [ Groq Cloud] ( https://console.groq.com/ )
198+ 2 . Create an API key
199+
200+
201+ ** Claude (Anthropic):**
202+
203+ 1 . Visit the [ Anthropic Console] ( https://console.anthropic.com/ )
204+ 2 . Create a new API key
205+
206+
207+ ** OpenAI (ChatGPT):**
208+
209+ 1 . Visit [ OpenAI Platform] ( https://platform.openai.com/api-keys )
210+ 2 . Create a new API key
211+
212+
213+ ** Ollama (Local LLM):**
214+
215+ 1 . Install Ollama: Visit [ Ollama.ai] ( https://ollama.ai/ ) and follow installation instructions
216+ 2 . Start Ollama: ` ollama serve `
217+ 3 . Pull a model: ` ollama pull llama3 `
218+ 4 . Set environment variables:
219+ ``` bash
220+ export COMMIT_LLM=ollama
221+ export OLLAMA_MODEL=llama3 # llama3 by default
222+ ```
223+
224+ ---
225+
181226## 🤝 Contributing
182227
183228We welcome contributions! Please see our [ Contributing Guidelines] ( CONTRIBUTING.md ) for details.
You can’t perform that action at this time.
0 commit comments