Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyceGowdy committed Jan 23, 2025
1 parent fb8e2e7 commit 25e72a9
Show file tree
Hide file tree
Showing 2 changed files with 17,908 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CasualOS Changelog

## V3.3.16

#### Date: TBD

### :rocket: Features

- Added support for prompt caching in `AnthropicAIChatInterface`.
- Introduced `cachePrompt` property in `AIChatInterfaceRequest` to specify if a message can be cached.
- Implemented caching mechanism using `NodeCache` with a 5-minute TTL to improve performance and reduce costs.
- Cached responses are returned when available, saving 90% of the cost compared to non-cached prompts.

### :bug: Bug Fixes

## V3.3.15

#### Date: 12/19/2024
Expand Down
Loading

0 comments on commit 25e72a9

Please sign in to comment.