Skip to content

llm-workflow-engine/lwe-plugin-provider-chat-google-genai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Workflow Engine (LWE) Chat Google GenAI Provider plugin

Chat Google GenAI Provider plugin for LLM Workflow Engine

Access to Google AI chat models.

Installation

Export API key

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>

From packages

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

From source (recommended for development)

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 .

Configuration

Add the following to config.yaml in your profile:

plugins:
  enabled:
    - provider_chat_google_genai
    # Any other plugins you want enabled...

Usage

From a running LWE shell:

/provider chat_google_genai
/model model_name gemini-pro

About

LLM Workflow Engine (LWE) Chat Google GenAI Provider plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages