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 96f71c7 commit 3c5377cCopy full SHA for 3c5377c
plugins/gemini/vision_agents/plugins/gemini/gemini_llm.py
@@ -2,7 +2,6 @@
2
import uuid
3
from typing import Optional, List, TYPE_CHECKING, Any, Dict
4
5
-from google import genai
6
from google.genai.client import AsyncClient, Client
7
from google.genai import types
8
from google.genai.types import GenerateContentResponse, GenerateContentConfig
0 commit comments