examples: fix studypal errors and update requirements

This commit is contained in:
Aleix Conchillo Flaqué
2024-08-22 11:36:16 -07:00
parent 9b6f29c24a
commit d42f072ff5
4 changed files with 13 additions and 7 deletions

View File

@@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix `FastAPIWebsocketOutputTransport` variable name clash with subclass.
- Fix an `AnthropicLLMService` issue with empty arguments in function calling.
### Other
- Fixed `studypal` example errors.
## [0.0.40] - 2024-08-20
### Added