Releases: mscraftsman/generative-ai
Releases · mscraftsman/generative-ai
v2.0.1 - Gemini 2.0
Added
- add types, enums, and properties for Multimodal Live API
- add Google Search as a tool
Changed
- extend README to show "Search as a tool"
Full Changelog: v2.0.0...v2.0.1
v2.0.0 - Gemini 2.0
Added
- add model
gemini-2.0-flash-exp
Changed
- drop both
Experimental 0827
models
Full Changelog: v1.9.7...v2.0.0
v1.9.7
Added
- add model
gemini-exp-1206
- add OpenAI list models endpoint
- add OpenAI get model endpoint
- add Imagen 3 samples from blog article
- add list models functionality for Vertex AI
- add ComputeTokens method for Vertex AI
Full Changelog: v1.9.6...v1.9.7
v1.9.6
Added
- add Project IDX development environment
- add OpenAI sample app
Changed
- rename due to type/namespace conflict
- update NuGet packages
Full Changelog: v1.9.5...v1.9.6
v1.9.5
Added
- add model
gemini-exp-1121
- #47 thanks to @doggy8088 - set package identifier as User-Agent and Google API Client
Changed
- improve inheritance modifiers
- amend NuGet packages for .NET 6
- Update M.E.AI to 9.0.1-preview.1.24570.5 by @stephentoub in #48
Full Changelog: v1.9.4...v1.9.5
v1.9.4 - LearnLM
Added
- add LearnLM model
learnlm-1.5-pro-experimental
- thanks @doggy8088 [#46] - add Imagen3 on Google AI
- extend interface for Imagen Generation Model
Changed
- guard initialisation of models/services (Google AI)
Full Changelog: v1.9.3...v1.9.4
v1.9.3 - OpenAI
Changed
- overwrite HTTP handling of API key
- mark properties as optional
- deserialize and return chat completions response
Full Changelog: v1.9.2...v1.9.3
v1.9.2
Added
- add model
gemini-exp-1114
- #45 thanks to @shankarvashist - add models
gemini-1.5-flash-8b
andgemini-1.5-flash-8b-latest
- add services for
Chat
,Embeddings
, andOpenAI
- add
EnableEnhancedCivicAnswers
property
Full Changelog: v1.9.1...v1.9.2
v1.9.1
What's Changed
- update NuGet package(s)
- Update Microsoft.Extensions.AI to 9.0.0-preview.9.24556.5 by @stephentoub in #44
New Contributors
- @stephentoub made their first contribution in #44
Full Changelog: v1.9.0...v1.9.1
v1.9.0 - .NET 9.0
Added
- add .NET 9.0 targeting
- add feature: Interact with Vertex Tuned Models (#36)
- add model/service for generated files
- add method(s) to call Predict endpoints
Changed
- refactor handling of base URLs and API endpoints
- check request(s) for unsupported combination of options
- update method to batch embeddings
Full Changelog: v1.8.3...v1.9.0