[go: nahoru, domu]

Skip to content
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 basic samples for Gemini / VertexAI inference #3670

Merged
merged 12 commits into from
May 6, 2024
Prev Previous commit
Next Next commit
chore: Clarify test names
  • Loading branch information
arbrown committed May 3, 2024
commit b61f968a8982077e51b445295abcdfe10b5ae06d
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const projectId = process.env.CAIP_PROJECT_ID;
const location = process.env.LOCATION;
const model = 'gemini-1.5-pro-preview-0409';

describe('Generative AI Multimodal prompt', () => {
describe('Generative AI Multimodal Text Inference', () => {
/**
* TODO(developer): Uncomment these variables before running the sample.\
* (Not necessary if passing values as arguments)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const projectId = process.env.CAIP_PROJECT_ID;
const location = process.env.LOCATION;
const model = 'gemini-1.5-pro-preview-0409';

describe('Generative AI Basic Text Inference Streaming', () => {
describe('Generative AI Basic Multimodal Text Inference Streaming', () => {
/**
* TODO(developer): Uncomment these variables before running the sample.\
* (Not necessary if passing values as arguments)
Expand Down
Loading