mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-09 06:45:13 +02:00
Fix typo (#321)
This commit is contained in:
parent
dd4a119f49
commit
1495666e65
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ default_max_output = 4192
|
|||
default_api = "2024-12-01-preview"
|
||||
default_endpoint = os.getenv("AZURE_ENDPOINT", None)
|
||||
default_token = os.getenv("AZURE_TOKEN", None)
|
||||
default_modeel = os.getenv("AZURE_MODEL", None)
|
||||
default_model = os.getenv("AZURE_MODEL", None)
|
||||
|
||||
class Processor(ConsumerProducer):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue