Skip to content

Releases: AlmogBaku/openai-streaming

Version 0.5.1

22 May 10:28
4bdeeb9
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.5.1/

Bug Fixes

Version 0.5.0

17 May 16:33
9482180
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.5.0/

Bug Fixes

  • better multitool support (dfc44b5)
  • housekeeping (9482180)
  • make struct processing fully defined with generics + add documentation (9717483)

Features

  • #1 add supports complex struct parsing with streaming (e687a13)
  • #1 add supports complex struct parsing with streaming (137b9e9)

Version 0.4.0

15 Mar 07:32
63adfdb
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.4.0/

Bug Fixes

  • #5 supports older pydantic as well (33ccd0e)

Features

  • the decorator now returns more explicit types to support IntelliSense (3d1400d)

Version 0.3.1

14 Mar 19:27
0ffda1c
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.3.1/

Bug Fixes

  • #4 supports older pydantic as well (0ffda1c)

Version 0.3.0

08 Feb 12:13
13f8a2d
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.3.0/

Features

  • Upgrade OpenAI SDK to v1 (13f8a2d)

Version 0.2.0

03 Oct 09:09
3deac1e
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.2.0/

Features

  • support async openai calls (7e9a835)

Version 0.1.4

27 Sep 17:30
1d9f73b
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.1.4/

Bug Fixes

  • ContentFn should have AsyncGenerator instead of Generator (1f0f721)
  • functions must use AsyncGenerator type or no type (1d9f73b)
  • functions must use AsyncGenerator type or no type (5cf4ba0)

Version 0.1.3

27 Sep 15:30
5744d58
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.1.3/

Bug Fixes

  • fix declared dependencies (1b8940b)

Version 0.1.2

27 Sep 14:15
853190d
Compare
Choose a tag to compare

Released to https://pypi.org/project/openai-streaming/0.1.2/

Bug Fixes

  • change content fn signature to asyncgen (5f05d46)
  • update openai_function_call (853190d)