Metadata-Version: 2.2
Name: azure-copilot
Version: 0.1.0
Summary: A package for creating chat completions with Azure OpenAI.
Home-page: 
Author: CloudRoller
License: MIT
Project-URL: Homepage, https://oai-endpoint.developer.azure-api.net/
Project-URL: Repository, https://github.com/cloudroller/azure-openai
Project-URL: Documentation, https://oai-endpoint.developer.azure-api.net/api-details#api=aws&operation=ChatCompletions_Create
Keywords: azure,openai
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai>=0.27.0
Dynamic: requires-python

```
# install from PyPI
pip install openai

# usage
python chat_completion.py <prompt>
```

Homepage = "https://oai-endpoint.developer.azure-api.net/"
