Commit fa448ea
committed
feat(generative-ai): Add basic samples for Gemini / VertexAI inference (#3670)
* feat(generative-ai): Add sample for basic text generation.
* chore: fix lint issues
* feat: Add basic multimodal example
* chore: add header
* feat: Add streaming inference example
* feat: Add example for multimodal streaming response
* fix: Fix some tests that were not running correctly
* chore: Clarify test names
* fix: Adjust cloud storage bucket and argurment order for consistency
* chore: fix lint errors
* chore: Update some tests and prompt text to be clearer
* Update model to the correct multimodal model
* Clarify multimodal prompt based on order
* chore: Update function calling stream model to address flaky test.1 parent 0185fe4 commit fa448ea
File tree
4 files changed
+4
-4
lines changed- generative-ai/snippets
- inference
- test
- function-calling
- inference
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments