Add Poe as a provider (#1943)
Browse filesAdd Poe as a provider to the provider list.
README.md
CHANGED
|
@@ -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 |
|
| 42 |
Check the root [`.env` template](./.env) for the full list of optional variables you can override.
|
| 43 |
|
|
|
|
| 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 |
|