Skip to content

Commit cb586b3

Browse files
authored
Add Poe as a provider (#1943)
Add Poe as a provider to the provider list.
1 parent aa7b627 commit cb586b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ MONGODB_URL=
3838
| 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) |
3939
| Ollama (with OpenAI-compatible bridge) | `http://127.0.0.1:11434/v1` | `OPENAI_API_KEY=ollama` |
4040
| OpenRouter | `https://openrouter.ai/api/v1` | `OPENAI_API_KEY=sk-or-v1-...` |
41+
| Poe | `https://api.poe.com/v1` | `OPENAI_API_KEY=pk_...` |
4142

4243
Check the root [`.env` template](./.env) for the full list of optional variables you can override.
4344

0 commit comments

Comments
 (0)