From e2b9ffc072bbb1826719ec480338247d470173c9 Mon Sep 17 00:00:00 2001 From: Siddhesh Mhatre <157303637+glitchySid@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:52:13 +0530 Subject: [PATCH] Update README.md Mentioned that Gemini api key can be used in perplexica. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18c9f84..07d5c2d 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ There are mainly 2 ways of installing Perplexica - With Docker, Without Docker. - `OLLAMA`: Your Ollama API URL. You should enter it as `http://host.docker.internal:PORT_NUMBER`. If you installed Ollama on port 11434, use `http://host.docker.internal:11434`. For other ports, adjust accordingly. **You need to fill this if you wish to use Ollama's models instead of OpenAI's**. - `GROQ`: Your Groq API key. **You only need to fill this if you wish to use Groq's hosted models**. - `ANTHROPIC`: Your Anthropic API key. **You only need to fill this if you wish to use Anthropic models**. + - `Gemini`: Your Gemini API key. **You only need to fill this if you wish to use Google's models**. **Note**: You can change these after starting Perplexica from the settings dialog.