mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix Goog AI Studio (#641)
This commit is contained in:
parent
08063a5ee9
commit
0116eb3dea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue