Releases: poe-platform/fastapi_poe
Releases · poe-platform/fastapi_poe
0.0.24: Import and re-export key classes/functions in __init__.py
make importing slightly easier plus other minor changes. (#38) Co-authored-by: Anmol Singh <[email protected]>
0.0.23: Increase httpx timeout
Increase the httpx timeout to 120s to allow for longer running LLM requests.
Add a helper function to access the bot query api
0.0.22 Update pyproject.toml for new release
0.0.21
Add support for the error_type
field on error events.
0.0.20
0.0.19
Make it easier to stream a response from another bot as your bot's response.
0.0.18
Add support for introduction messages and deprecate context window related settings.
0.0.17
Naming changes:
- Use "server bots" instead of "API bots" for bots powered by fastapi-poe.
- Use "access key" instead of "API key" for the key that identifies server bots. The old argument names and environment variables will continue to work but they are deprecated.
0.0.16
Update for API version 1.2:
- Add the
server_bot_dependencies
setting. - Add the
metadata
parameter toquery
requests. - Add new
attachments
field in messages. Add newallow_attachments
setting.
Prepare release 0.0.15 (#2)
- Add the
temperature
,skip_system_prompt
,stop_sequences
, andlogit_bias
parameters toquery
requests.