Skip to content

Releases: RAHB-REALTORS-Association/chat2gpt

v3.5.3

02 Oct 20:44
1a36232
Compare
Choose a tag to compare

What's Changed

  • Revert flask back to 2.3.3 due to incompatibility of 3.0.0 with Google Cloud Functions.

Full Changelog: v3.5.2...v3.5.3

v3.5.2

02 Oct 20:31
902b214
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.1...v3.5.2

v3.5.1

26 Sep 17:24
6ccbeec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.50...v3.5.1

v3.5.0

25 Sep 00:47
81b9096
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.3...v3.5.0

v3.4.3

21 Sep 19:33
834377d
Compare
Choose a tag to compare

Changes in this Release

Bumps google-auth from 2.22.0 to 2.23.0.

Release notes

Sourced from google-auth's releases.

v2.23.0

2.23.0 (2023-09-11)

Features

  • Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
  • Add get_bq_config_path() to _cloud_sdk.py (#1358) (9f52f66)

Bug Fixes

  • Expose universe domain in credentials (#1380) (8b8fce6)
  • Make external_account resistant to string type 'expires_in' responses from non-compliant services (#1379) (01d3770)
  • Missing ssj for impersonate cred (#1377) (7d453dc)
  • Skip checking projectid on cred if env var is set (#1349) (a4135a3)
Changelog

Sourced from google-auth's changelog.

2.23.0 (2023-09-11)

Features

  • Add get_bq_config_path() to _cloud_sdk.py (9f52f66)
  • Add get_bq_config_path() to _cloud_sdk.py (#1358) (9f52f66)

Bug Fixes

  • Expose universe domain in credentials (#1380) (8b8fce6)
  • Make external_account resistant to string type 'expires_in' responses from non-compliant services (#1379) (01d3770)
  • Missing ssj for impersonate cred (#1377) (7d453dc)
  • Skip checking projectid on cred if env var is set (#1349) (a4135a3)
Commits


Bumps tiktoken from 0.4.0 to 0.5.1.

Changelog

Sourced from tiktoken's changelog.

[v0.5.1]

  • Add encoding_name_for_model, undo some renames to variables that are implementation details

[v0.5.0]

  • Add tiktoken._educational submodule to better document how byte pair encoding works
  • Ensure encoding_for_model knows about several new models
  • Add decode_with_offets
  • Better error for failures with the plugin mechanism
  • Make more tests public
  • Update versions of dependencies
Commits

//: # (depend...

Read more

v3.4.2

11 Sep 04:08
d37e914
Compare
Choose a tag to compare

Debugging mode now activated by setting LOG_LEVEL variable to DEBUG

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.1

10 Sep 14:45
f433937
Compare
Choose a tag to compare

What's Fixed

DEBUG variable isn't working as expected, will refactor in future release.

Full Changelog: v3.4.0...v3.4.1

v3.4.0

10 Sep 14:30
5ab5373
Compare
Choose a tag to compare

🐳 Dockerized!

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

09 Sep 18:24
Compare
Choose a tag to compare

🔧 Local Server Improvements

This release brings a variety of improvements and fixes aimed at enhancing usability, debugging, and overall system performance.

New Features and Improvements

  • Optional Logging to File: You can now opt for logs to be saved directly to a file for easier debugging and record-keeping.

  • Codebase Refactoring: General code renaming and organizational changes for better maintainability.

  • Test Client Improvements (#85): Enhanced the test client to better simulate user interactions.

  • Tabbed Response Display (#84): Implemented tabs to easily switch between formatted and raw JSON views of the bot's responses.

Fixes

  • Fix Model Config for Local APIs (#83): Resolved configuration issues for local API usage.

Full Changelog: v3.2.2...v3.3.0

v3.2.2

06 Sep 04:27
bc80014
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2