Skip to content

Commit 94e3271

Browse files
committed
Remove extra GenerateContentConfig class
1 parent 2e5aac5 commit 94e3271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/text_generation/textgen_with_gcs_audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
def generate_content() -> str:
1717
# [START googlegenaisdk_textgen_with_gcs_audio]
1818
from google import genai
19-
from google.genai.types import GenerateContentConfig, HttpOptions, Part
19+
from google.genai.types import HttpOptions, Part
2020

2121
client = genai.Client(http_options=HttpOptions(api_version="v1"))
2222
prompt = """

0 commit comments

Comments
 (0)