- Remove support for Vertex AI
- Update model selection
- Add custom model support
- Add ChatGPT support
- Add model selection option
- Improve reliability by trimming model response
- Specify JSON output in prompt
- Add dart docs for public API
- Add option to disable safety settings
- Add option to exclude locales
- Fix quota exceeded error handling for Vertex AI
- Fix setting use escaping and relax syntax in
l10n.yaml - Update
google_generative_aidependency
- Fix setting model provider in
l10n.yaml
- Fix citation parsing issue (#1)
- Update
google_generative_aidependency
- Fix configuration type precedence. Command arguments > l10n.yaml properties > Environment variables
- Catch invalid Vertex AI token exception
- Update
google_generative_aidependency - Remove workaround for http client override issue in
google_generative_ai(#64) - Add more information to Gemini API not available in user region error message
- Update README.md
- Fix img tag in README.md
- Update dependencies
- Initial version