Fix Goog AI Studio (#641)

This commit is contained in:
cybermaggedon 2026-02-20 10:27:47 +00:00 committed by GitHub
parent 08063a5ee9
commit 0116eb3dea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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