v3.0.0
What's Changed
Breaking Changes
- Removed deprecated
AlephAlphaClient
andAlephAlphaModel
. UseClient
orAsyncClient
instead. - Removed deprecated
ImagePrompt
. ImportImage
instead for image prompt items. - New Q&A interface. We've improved the Q&A implementation, and most parameters are no longer needed.
- You only need to specify your documents, a query, and (optional) the max number of answers you want to receive.
- You no longer specify a model.
- Removed "model" parameter from summarize method
- Removed "model_version" from SummarizationResponse
Full Changelog: v2.17.0...v3.0.0