fix(proxy_cli.py): bump default azure api version

This commit is contained in:
Krrish Dholakia 2024-07-08 16:28:02 -07:00
parent f36156b160
commit aecbc98b9b
2 changed files with 10 additions and 2 deletions

View file

@ -72,7 +72,7 @@ def is_port_in_use(port):
@click.option("--api_base", default=None, help="API base URL.")
@click.option(
"--api_version",
default="2023-07-01-preview",
default="2024-02-01",
help="For azure - pass in the api version.",
)
@click.option(