Skip to content

Commit

Permalink
testing with preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnah199 committed Aug 30, 2024
1 parent 95c091f commit 0f54da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from haystack.dataclasses import ByteStream, StreamingChunk
from haystack.utils import deserialize_callable, serialize_callable
from vertexai import init as vertexai_init
from vertexai.generative_models import (
from vertexai.preview.generative_models import (
Content,
GenerationConfig,
GenerationResponse,
Expand Down
2 changes: 1 addition & 1 deletion integrations/google_vertex/tests/test_gemini.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from unittest.mock import MagicMock, Mock, patch

from haystack.dataclasses import StreamingChunk
from vertexai.generative_models import (
from vertexai.preview.generative_models import (
FunctionDeclaration,
GenerationConfig,
HarmBlockThreshold,
Expand Down

0 comments on commit 0f54da8

Please sign in to comment.