feat(proxy_server.py): support azure batch api endpoints

This commit is contained in:
Krrish Dholakia 2024-08-22 15:21:43 -07:00
parent 03a8624379
commit f9ab33cbc2
6 changed files with 83 additions and 33 deletions

View file

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