-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to include the generative service. (#105)
* Start code for generative service. This is working with v1beta. Change-Id: I96d2d4f773db8e4be621b40697016d1acbe24903 * Embedding content functionality for v1beta. Change-Id: I1bf2379b33a607b0bb2cf77066073166a6fe9f95 * Add py3.9 support, Fix roles, UsageMetadata, and more. Change-Id: I5fa91f191eb5eebb0fd160325b102bfb48ef8e27 * Add async suppoort. Fix some types. Add count_tokens. Change-Id: Ic03d9caa9996843c0ac1438f52c8b10a08fd6563 * Docstrings Change-Id: Ia2adca04a2f65bfd4ea40eec0cc18c4c98703b9f * Add missing async type to export list. Change-Id: I22e0aba1a59997fef6263105413b5626f1cc5a51 * Add async tests, kwargs, format. Change-Id: Ia2c3260efe58f48183458e997ba560cc07f4b442 * docs Change-Id: I45d2f405fb058f25fc99c30c79221f6461ebe945 * debug tests * Add GenerationConfig at the top level * test * replace __init__.py * remove -e * drop notebook tests for now * Update version. * format + pytype * Fix pytype. * Fix tests + pytype --------- Co-authored-by: Shilpa Kancharla <snkancharla@google.com> Co-authored-by: Mark McDonald <macd@google.com>
- Loading branch information
1 parent
5b0b406
commit 0988543
Showing
25 changed files
with
3,008 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
0988543
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0988543