Skip to content

Releases: poe-platform/fastapi_poe

0.0.24: Import and re-export key classes/functions in __init__.py

10 Dec 04:50
5e0024a
Compare
Choose a tag to compare
make importing slightly easier plus other minor changes. (#38)

Co-authored-by: Anmol Singh <[email protected]>

0.0.23: Increase httpx timeout

19 Oct 20:06
9f5017c
Compare
Choose a tag to compare

Increase the httpx timeout to 120s to allow for longer running LLM requests.

Add a helper function to access the bot query api

04 Oct 03:39
b0aa6fa
Compare
Choose a tag to compare
0.0.22

Update pyproject.toml for new release

0.0.21

29 Sep 01:19
07e977d
Compare
Choose a tag to compare

Add support for the error_type field on error events.

0.0.20

27 Sep 18:57
79c5a33
Compare
Choose a tag to compare
  • Stop enforcing limits on the number of events and the message length in fastapi_poe.client (#21)
  • Support more parameters on fastapi_poe.client.get_final_response (#20)
  • Rename a variable to reduce confusion (#19)
  • Disallow extra keys on some types to catch inadvertent mistakes (#18)

0.0.19

07 Sep 00:04
4eeb7b5
Compare
Choose a tag to compare

Make it easier to stream a response from another bot as your bot's response.

0.0.18

30 Aug 21:01
2bbcee7
Compare
Choose a tag to compare

Add support for introduction messages and deprecate context window related settings.

0.0.17

29 Aug 18:46
4cf4071
Compare
Choose a tag to compare

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

01 Aug 20:05
1a1feb9
Compare
Choose a tag to compare

Update for API version 1.2:

  • Add the server_bot_dependencies setting.
  • Add the metadata parameter to query requests.
  • Add new attachments field in messages. Add new allow_attachments setting.

Prepare release 0.0.15 (#2)

12 Jul 18:25
d0ba79c
Compare
Choose a tag to compare
  • Add the temperature, skip_system_prompt, stop_sequences, and logit_bias parameters to query requests.