Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.5.4 source code.tar.gz | 2024-05-29 | 79.2 kB | |
0.5.4 source code.zip | 2024-05-29 | 175.3 kB | |
README.md | 2024-05-29 | 1.1 kB | |
Totals: 3 Items | 255.6 kB | 0 |
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