17
0
Files
python-google-ai-generative…/python-google-ai-generativelanguage.changes
Guillaume GARDET eefd5257a4 - Update to version 0.6.10
Features
  * Add GenerationConfig.{presence_penalty, frequency_penalty, logprobs,
    response_logprobs, logprobs} and Candidate.{avg_logprobs, logprobs_result}
  * Add GoogleSearchRetrieval tool and candidate.grounding_metadata
  * Add HarmBlockThreshold.OFF
  * Add HarmCategory.HARM_CATEGORY_CIVIC_INTEGRITY
  * Add PredictionService (for Imagen)
  * Add Schema.min_items
  * Add TunedModels.reader_project_numbers
  * Add model max_temperature
  * Add new PromptFeedback and FinishReason entries
  * Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476
  Documentation
  * Small fixes
  * Tag HarmCategories by the model family they're used on.
  Bug Fixes
  * Retry and timeout values do not propagate in requests during pagination
  * Allow Protobuf 5.x

OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/python-google-ai-generativelanguage?expand=0&rev=4
2024-09-25 13:05:10 +00:00

34 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
Wed Sep 25 06:46:38 UTC 2024 - Adrian Schröter <adrian@suse.de>
- Update to version 0.6.10
Features
* Add GenerationConfig.{presence_penalty, frequency_penalty, logprobs,
response_logprobs, logprobs} and Candidate.{avg_logprobs, logprobs_result}
* Add GoogleSearchRetrieval tool and candidate.grounding_metadata
* Add HarmBlockThreshold.OFF
* Add HarmCategory.HARM_CATEGORY_CIVIC_INTEGRITY
* Add PredictionService (for Imagen)
* Add Schema.min_items
* Add TunedModels.reader_project_numbers
* Add model max_temperature
* Add new PromptFeedback and FinishReason entries
* Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476
Documentation
* Small fixes
* Tag HarmCategories by the model family they're used on.
Bug Fixes
* Retry and timeout values do not propagate in requests during pagination
* Allow Protobuf 5.x
-------------------------------------------------------------------
Wed Sep 4 17:15:45 UTC 2024 - Fergal Mc Carthy <fmccarthy@suse.com>
- Include the pytest-asyncio module as a BuildRequires.-
-------------------------------------------------------------------
Tue Aug 27 22:57:08 UTC 2024 - Guang Yee <gyee@suse.com>
- Release 0.6.6
* [google-ai-generativelanguage] Add code execution (#12843)