mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 09:26:22 +02:00
Fix env var passing (#120)
This commit is contained in:
parent
25983d1557
commit
04617a81f7
6 changed files with 7 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ default_model = 'gemini-1.0-pro-001'
|
|||
default_region = 'us-central1'
|
||||
default_temperature = 0.0
|
||||
default_max_output = 8192
|
||||
default_private_key = os.getenv("VERTEXAI_KEY")
|
||||
default_private_key = "private.json"
|
||||
|
||||
class Processor(ConsumerProducer):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue