-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(generative_ai): Add code completion example #11809
Conversation
Add code completion examples with gemini flash model
Here is the summary of changes. You are about to add 4 region tags.
This comment is generated by snippet-bot.
|
* improve example prompts
* improve example prompts
* Refactor the chat completions API samples * Address lint
Updates include:
|
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.
CI test is failing on test_gemini_chat_example which is irrelevant to this PR.
Test cases failed with 500 error( |
Add code completion examples with gemini flash model.
Please merge-on-approval!
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
nox -s py-3.9
(see Test Environment Setup)nox -s lint
(see Test Environment Setup)