We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa7b627 commit cb586b3Copy full SHA for cb586b3
README.md
@@ -38,6 +38,7 @@ MONGODB_URL=
38
| llama.cpp server (`llama.cpp --server --api`) | `http://127.0.0.1:8080/v1` | `OPENAI_API_KEY=sk-local-demo` (any string works; llama.cpp ignores it) |
39
| Ollama (with OpenAI-compatible bridge) | `http://127.0.0.1:11434/v1` | `OPENAI_API_KEY=ollama` |
40
| OpenRouter | `https://openrouter.ai/api/v1` | `OPENAI_API_KEY=sk-or-v1-...` |
41
+| Poe | `https://api.poe.com/v1` | `OPENAI_API_KEY=pk_...` |
42
43
Check the root [`.env` template](./.env) for the full list of optional variables you can override.
44
0 commit comments