- Notifications
You must be signed in to change notification settings - Fork0
llm-workflow-engine/lwe-plugin-provider-vertexai
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Vertex AI Provider plugin forLLM Workflow Engine
Access toGoogle Vertex AI text/code models.
You must configure access to the Vertex AI API in Google Cloud by either:
- Having credentials configured for your environment (gcloud, workload identity, etc...)
- Storing the path to a service account JSON file as the
GOOGLE_APPLICATION_CREDENTIALSenvironment variable
Install the latest version of this software directly from github with pip:
pip install git+https://github.com/llm-workflow-engine/lwe-plugin-provider-vertexai
Install the latest version of this software directly from git:
git clone https://github.com/llm-workflow-engine/lwe-plugin-provider-vertexai.git
Install the development package:
cd lwe-plugin-provider-vertexaipip install -e.
Add the following toconfig.yaml in your profile:
plugins:enabled: -provider_vertexai# Any other plugins you want enabled...
From a running LWE shell:
/provider vertexai/model model_name text-bisonAbout
LLM Workflow Engine (LWE) Vertex AI Provider plugin
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.