mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-04 21:02:37 +02:00
This commit is contained in:
parent
1c7568ea9e
commit
c697b36c8c
2 changed files with 3 additions and 3 deletions
|
|
@ -23,7 +23,7 @@ default_subscriber = module
|
|||
default_model = 'gpt-3.5-turbo'
|
||||
default_temperature = 0.0
|
||||
default_max_output = 4096
|
||||
default_api_key = os.getenv("OPENAI_KEY")
|
||||
default_api_key = os.getenv("OPENAI_TOKEN")
|
||||
|
||||
class Processor(ConsumerProducer):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue