We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291c53b commit fe2bebcCopy full SHA for fe2bebc
packages/vertexai/src/api.test.ts
@@ -111,11 +111,7 @@ describe('Top level API', () => {
111
});
112
it('getGenerativeModel with HybridParams honors a model override', () => {
113
const genModel = getGenerativeModel(fakeVertexAI, {
114
-<<<<<<< HEAD
115
mode: 'prefer_on_device',
116
-=======
117
- mode: 'only_in_cloud',
118
->>>>>>> 814a1dc95 (Use type for inference mode and update docs)
119
inCloudParams: { model: 'my-model' }
120
121
expect(genModel.model).to.equal('publishers/google/models/my-model');
packages/vertexai/src/types/ai.ts
0 commit comments