Chat Google GenAI Provider plugin for LLM Workflow Engine
Access to Google AI chat models.
Grab an Google API key from https://makersuite.google.com/u/1/app/apikey
Export the key into your local environment:
export GOOGLE_API_KEY=<API_KEY>
Install the latest version of this software directly from github with pip:
pip install git+https://github.com/llm-workflow-engine/lwe-plugin-provider-chat-google-genai
Install the latest version of this software directly from git:
git clone https://github.com/llm-workflow-engine/lwe-plugin-provider-chat-google-genai.git
Install the development package:
cd lwe-plugin-provider-chat-google-genai
pip install -e .
Add the following to config.yaml
in your profile:
plugins:
enabled:
- provider_chat_google_genai
# Any other plugins you want enabled...
From a running LWE shell:
/provider chat_google_genai
/model model_name gemini-pro