кажется вот так не надо

This commit is contained in:
shinrei
2025-07-01 15:41:22 +00:00
parent 61b9f2265f
commit 377e6fa43c

View File

@@ -2,9 +2,6 @@ import os
from google import genai from google import genai
from google.genai.types import GenerateContentConfig, ThinkingConfig from google.genai.types import GenerateContentConfig, ThinkingConfig
from dotenv import load_dotenv
load_dotenv()
class SolarisClient: class SolarisClient:
def __init__(self) -> None: def __init__(self) -> None:
client = genai.Client(api_key=os.getenv('GOOGLE_API_KEY')).aio client = genai.Client(api_key=os.getenv('GOOGLE_API_KEY')).aio