Skip to content

Commit 604a419

Browse files
committed
revert change to import from @firebase/ai
1 parent f327b4b commit 604a419

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/ai/integration/chat.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
HarmCategory,
2424
SafetySetting,
2525
getGenerativeModel
26-
} from '@firebase/ai';
26+
} from '../src';
2727
import { testConfigs, TOKEN_COUNT_DELTA } from './constants';
2828

2929
describe('Chat Session', () => {

packages/ai/integration/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
GoogleAIBackend,
2424
VertexAIBackend,
2525
getAI
26-
} from '@firebase/ai';
26+
} from '../src';
2727
import { FIREBASE_CONFIG } from './firebase-config';
2828

2929
const app = initializeApp(FIREBASE_CONFIG);

packages/ai/integration/count-tokens.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {
3030
InlineDataPart,
3131
FileDataPart,
3232
BackendType
33-
} from '@firebase/ai';
33+
} from '../src';
3434
import {
3535
AUDIO_MIME_TYPE,
3636
IMAGE_MIME_TYPE,

packages/ai/integration/generate-content.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
Modality,
2525
SafetySetting,
2626
getGenerativeModel
27-
} from '@firebase/ai';
27+
} from '../src';
2828
import { testConfigs, TOKEN_COUNT_DELTA } from './constants';
2929

3030
describe('Generate Content', () => {

0 commit comments

Comments
 (0)