Skip to content

Commit

Permalink
Fix API version in azure-openai
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Oct 4, 2024
1 parent 6ecc753 commit dc1ec06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def add_args(parser):

parser.add_argument(
'-a', '--api-version',
default=default_api,
help=f'API version (default: {default_api})'
)

Expand Down

0 comments on commit dc1ec06

Please sign in to comment.