Metadata-Version: 2.3
Name: enthusiast-model-google
Version: 1.1.1
Summary: A plugin for Enthusiast that provides a Google Gemini connector.
Author: Damian Sowiński
Author-email: damian.sowinski@upsidelab.io
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: enthusiast-common (>=1,<2)
Requires-Dist: google-genai (==1.18.0)
Requires-Dist: langchain-core (>=0.3.66,<1)
Requires-Dist: langchain-google-genai (>=2.1.5,<3.0.0)
Description-Content-Type: text/markdown

# Google models

## This Enthusiast plugin enables Google models for generating embeddings and LLMs

### 1. Install the `enthusiast-model-google` package using pip:

```shell
pip install enthusiast-model-google
```
### 3. Set environment variable
```
GOOGLE_API_KEY=<your_gemini_api_key>
```


