0.5.4
版本发布时间: 2024-05-30 00:16:51
google-gemini/generative-ai-swift最新发布版本:0.5.6(2024-08-23 00:19:58)
What's Changed
- Add default
RequestOptions.timeout
of 300 seconds by @andrewheard in https://github.com/google-gemini/generative-ai-swift/pull/170 - Align text and add close keyboard function in sample app by @1998code in https://github.com/google-gemini/generative-ai-swift/pull/172
- Update models in samples and README to
gemini-1.5-flash-latest
by @andrewheard in https://github.com/google-gemini/generative-ai-swift/pull/173 - Add
responseSchema
toGenerationConfig
by @andrewheard in https://github.com/google-gemini/generative-ai-swift/pull/176 - Send
GenerateContentRequest
inCountTokensRequest
by @andrewheard in https://github.com/google-gemini/generative-ai-swift/pull/175 - Log server error responses without
-GoogleGenerativeAIDebugLogEnabled
by @andrewheard in https://github.com/google-gemini/generative-ai-swift/pull/177
New Contributors
- @1998code made their first contribution in https://github.com/google-gemini/generative-ai-swift/pull/172
Full Changelog: https://github.com/google-gemini/generative-ai-swift/compare/0.5.3...0.5.4