Skip to content

Commit

Permalink
- Updated Cargo dependencies
Browse files Browse the repository at this point in the history
- Added GPT-4o
- Removed personas from individual messages to speed up loading and decrease storage space per message.
  • Loading branch information
PeterBlenessy committed May 19, 2024
1 parent 11d6531 commit 1dcab92
Show file tree
Hide file tree
Showing 8 changed files with 486 additions and 474 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Notarization errors when updating outdated dependencies. Debug by initiating notarization locally.
- Base_64 encoded images stored with messages cannot be shared after introducing blobs and objectURLs.
- When streaming the response, token usage has to be calculated manually since it's not available in the chunks. Check out: https://github.com/dqbd/tiktoken
- When removing a persona; should check if it is used in messages and alert user.

## [UNRELEASED]

## v1.6.1 - 2024-05-19
- Updated Cargo dependencies
- Added GPT-4o
- Removed personas from individual messages to speed up loading and decrease storage space per message.

## v1.6.0 - 2024-02-06
- Updated dependencies to their latest versions.
- Added GPT-4 Turbo
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "team-ai",
"private": true,
"version": "1.6.0",
"version": "1.6.1",
"type": "module",
"license": "MIT License",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
Loading

0 comments on commit 1dcab92

Please sign in to comment.