openai-python icon indicating copy to clipboard operation
openai-python copied to clipboard

[Azure] Add "deployments.*" commands to the CLI

Open cmurtz-msft opened this issue 1 year ago • 0 comments

  • Add deployments.list, deployments.get, deployments.delete and deployments.create commands to manage deployments for azure endpoints

To use the CLI with azure endpoints:

export OPENAI_API_BASE="..."
export OPENAI_API_TYPE="azure"
export OPENAI_API_KEY="..."

cmurtz-msft avatar Jan 03 '23 14:01 cmurtz-msft