Releases: RAHB-REALTORS-Association/chat2gpt
v3.5.3
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
What's Changed
- Bump openai from 0.28.0 to 0.28.1 by @dependabot in #96
- Bump flask from 2.3.3 to 3.0.0 by @dependabot in #98
- Bump google-auth from 2.23.0 to 2.23.2 by @dependabot in #97
Full Changelog: v3.5.1...v3.5.2
v3.5.1
What's Changed
- Replace emoji with FontAwesome by @justinh-rahb in #94
- Bump google-cloud-storage from 2.10.0 to 2.11.0 by @dependabot in #95
Full Changelog: v3.50...v3.5.1
v3.5.0
What's Changed
- Add navigation menu by @justinh-rahb in #92
- Right-justify send button by @justinh-rahb in #93
Full Changelog: v3.4.3...v3.5.0
v3.4.3
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
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
Commits
432e8a5
chore(main): release 2.23.0 (#1350)7877e72
chore: update sys test cred (#1381)8b8fce6
fix: expose universe domain in credentials (#1380)01d3770
fix: Make external_account resistant to string type 'expires_in' responses fr...7d453dc
fix: missing ssj for impersonate cred (#1377)36c1d54
chore: remove duplicate variable (#1375)117e325
chore: Remove support for Python 3.6 (#1354)a4ec88c
Revert "feat: add get_bq_config_path() to _cloud_sdk.py (#1358)" (#1367)65481be
build: [autoapprove] bump cryptography from 41.0.2 to 41.0.3 (#1363)9bc8017
chore: Refresh system test creds. (#1366)- Additional commits viewable in compare view
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
39f29ce
Sync codebase52fceb8
Replace\<|endoftext|>
with constant (#186)cc1848c
Run only the most minimal test in emulated buildsa793779
Sync codebase5d970c1
Use future annotations in tiktoken._educational (#143)95b03bf
Fix up cibuildwheelc373d9b
Sync codebaseaffbd6e
Sync codebase- See full diff in compare view
//: # (depend...
v3.4.2
Debugging mode now activated by setting LOG_LEVEL
variable to DEBUG
What's Changed
- Debugging mode fix by @justinh-rahb in #89
Full Changelog: v3.4.1...v3.4.2
v3.4.1
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
🐳 Dockerized!
What's Changed
- Dockerize by @justinh-rahb in #86
- Docker docs by @justinh-rahb in #87
- Docker fixes by @justinh-rahb in #88
Full Changelog: v3.3.0...v3.4.0
v3.3.0
🔧 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