mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Fix API version in azure-openai (#107)
This commit is contained in:
parent
6ecc7536d7
commit
aea30ae0d3
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ class Processor(ConsumerProducer):
|
|||
|
||||
parser.add_argument(
|
||||
'-a', '--api-version',
|
||||
default=default_api,
|
||||
help=f'API version (default: {default_api})'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue