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 2cfeef2 commit 08c89d4Copy full SHA for 08c89d4
genai/text_generation/textgen_with_txt_img.go
@@ -35,7 +35,7 @@ func generateWithTextImage(w io.Writer) error {
35
return fmt.Errorf("failed to create genai client: %w", err)
36
}
37
38
- modelName := "gemini-2.0-flash-001"
+ modelName := "gemini-2.5-flash"
39
contents := []*genai.Content{
40
{Parts: []*genai.Part{
41
{Text: "What is shown in this image?"},
0 commit comments