mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix(proxy_cli.py): bump default azure api version
This commit is contained in:
parent
f36156b160
commit
aecbc98b9b
2 changed files with 10 additions and 2 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue