Metadata-Version: 2.4
Name: enthusiast-model-azureopenai
Version: 1.1.1
Summary: A plugin for Enthusiast that provides an OpenAI connector.
Author: Damian Sowiński
Author-email: damian.sowinski@upsidelab.io
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: enthusiast-common (>=1,<2)
Requires-Dist: langchain-core (>=0.3.66,<0.4.0)
Requires-Dist: langchain-openai (>=0.3.27,<0.4.0)
Requires-Dist: openai (>=1.86.0,<2.0.0)
Description-Content-Type: text/markdown

Following variables must be set in order to make this plugin work:

```
AZURE_OPENAI_API_KEY: Azure OpenAI key
OPENAI_API_VERSION: OpenAI API version
AZURE_OPENAI_ENDPOINT: Your Azure endpoint, including the resource, e.g. `https://example-resource.azure.openai.com/`
```
