Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp committed Sep 7, 2024
1 parent 2cae8c4 commit 96fbd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.52.0]

### Added
- Added a new `streamcallback` kwarg for OpenAI and Anthropic schema to enable custom streaming implementations. Simplest usage is simply with `streamcallback=stdout`, which will print each text chunk into the console. See `?StreamCallback` for more information.
- Added a new `streamcallback` kwarg for `aigenerate` with the OpenAI and Anthropic schema to enable custom streaming implementations. Simplest usage is simply with `streamcallback=stdout`, which will print each text chunk into the console. System is modular enabling custom callbacks and allowing you to inspect received chunks. See `?StreamCallback` for more information.

## [0.51.0]

Expand Down

0 comments on commit 96fbd3b

Please sign in to comment.