openai-python
openai-python copied to clipboard
[Azure] Add "deployments.*" commands to the CLI
- Add
deployments.list,deployments.get,deployments.deleteanddeployments.createcommands 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="..."