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