poe-platform / fastapi_poe

A helper library for writing Poe API bots using FastAPI
Apache License 2.0
135 stars 25 forks source link

Allow running multiple bots in a single fastapi-poe app #63

Closed JelleZijlstra closed 7 months ago

JelleZijlstra commented 8 months ago

This makes it easier to run multiple bots at once. It also associates the access key more clearly with each bot.

There should be no negative impact on existing bots.