Add explanation about Ollama environment variables (#17)

Co-authored-by: Ed Zynda <ezynda3@users.noreply.github.com>
This commit is contained in:
J.K.
2025-04-12 05:21:16 +09:00
committed by GitHub
parent d8583a7883
commit f1ed1fcb5c
+2
View File
@@ -56,6 +56,8 @@ ollama pull mistral
ollama serve
```
You can also configure the Ollama client using standard environment variables, such as `OLLAMA HOST` for the Ollama base URL.
3. Google API Key (for Gemini):
```bash
export GOOGLE_API_KEY='your-api-key'