Fix Goog AI Studio

This commit is contained in:
Cyber MacGeddon 2026-02-20 10:27:14 +00:00
parent 08063a5ee9
commit 8c8c004c31

View file

@ -53,7 +53,7 @@ class Processor(LlmService):
}
)
self.client = genai.Client(api_key=api_key)
self.client = genai.Client(api_key=api_key, vertexai=False)
self.default_model = model
self.temperature = temperature
self.max_output = max_output