Skip to content

Releases: vsakkas/sydney.py

v0.11.2

19 Apr 18:33
6c7d6f4
Compare
Choose a tag to compare

What's Changed

  • Update conversation style enums in #34

Full Changelog: v0.11.1...v0.11.2

v0.11.1

17 Apr 11:46
0455911
Compare
Choose a tag to compare

What's Changed

  • Fix usage examples in #30
  • Update User Agent in #31

Full Changelog: v0.11.0...v0.11.1

v0.11.0

09 Apr 04:43
93d51d5
Compare
Choose a tag to compare

What's Changed

  • Update user agent version in #24
  • Improve documentation in #25 and #26
  • Improve error handling and type hints in #27
  • Add test pipeline by in #28

Full Changelog: v0.10.0...v0.11.0

v0.10.0

03 Apr 18:45
332ec96
Compare
Choose a tag to compare

What's Changed

  • Improve usage examples in #18
  • Use absolute imports in #19
  • Add optional Bing _U cookie parameter in #20
  • Make enum parameters case insensitive in #21
  • Improve feature documentation and examples in #22

Full Changelog: v0.9.0...v0.10.0

v0.9.0

02 Apr 13:57
b70334f
Compare
Choose a tag to compare

What's Changed

  • Support with statement in #15
  • Fix type hints in #16
  • Add enum for allowed message types in #17

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 Apr 06:40
7167da2
Compare
Choose a tag to compare

What's Changed

  • Add Compose feature in #14

Support Compose feature from Bing Chat. Supported options are:

  • tone
    • professional for formal conversations in a professional setting
    • casual for informal conversations between friends or family members
    • enthusiastic for conversations where the writer wants to convey excitement or passion
    • informational for conversations where the writer wants to convey information or knowledge
    • funny for conversations where the writer wants to be humorous or entertaining
  • format
  • paragraph for longer messages that are composed of multiple sentences or paragraphs
    • email for messages that are structured like emails, with a clear subject line and formal greeting and closing
    • blogpost for messages that are structured like blog posts, with clear headings and subheadings and a more informal tone
    • ideas for messages that are used to brainstorm or share ideas
  • length
    • short for messages that are only a few words or sentences long
    • medium for messages that are a few paragraphs long
    • long for messages that are several paragraphs or pages long

Full Changelog: v0.7.0...v0.8.0

v0.7.0

01 Apr 07:57
5713f10
Compare
Choose a tag to compare

What's Changed

  • Stream new tokens only in #13

Full Changelog: v0.6.1...v0.7.0

v0.6.1

31 Mar 07:39
d3a58a3
Compare
Choose a tag to compare

What's Changed

  • Close websocket connection after every prompt in #10
  • Fix reset conversation in #11

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Mar 07:02
57be5f9
Compare
Choose a tag to compare

What's Changed

  • Add stream support in #9

Full Changelog: v0.5.1...v0.6.0

v0.5.1

29 Mar 09:34
0ee09b6
Compare
Choose a tag to compare

What's Changed

  • Split code into multiple files in #7
  • Fix style selection on conversation reset in #8

Full Changelog: v0.5.0...v0.5.1