removed shi

This commit is contained in:
shinrei
2025-07-01 16:25:11 +00:00
parent cdf01c5fa1
commit 26339fb41b
2 changed files with 1 additions and 3 deletions

View File

@@ -1,7 +1,5 @@
import json
from google import genai
from google.genai import types as google_types
from google.genai.types import GenerateContentConfig, ThinkingConfig, SafetySetting
from .structures import InputMessage, OutputMessage
from dataclasses import asdict
from .content_config import CONTENT_CONFIG

View File

@@ -14,4 +14,4 @@ CONTENT_CONFIG = types.GenerateContentConfig(
)
for category in types.HarmBlockThreshold
]
),
)