GatedOpenAILLMContextAggregator: use keyword argument and add start_open

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-03 09:15:24 -08:00
parent f3f22cf61c
commit aafb2db620
2 changed files with 10 additions and 2 deletions

View File

@@ -47,6 +47,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `GatedOpenAILLMContextAggregator` now require keyword arguments. Also, a new
`start_open` argument has been added to set the initial state of the gate.
- Added `organization` and `project` level authentication to
`OpenAILLMService`.