Chat Anthropic Provider plugin for LLM Workflow Engine
Access to Anthropic chat models.
Grab a Anthropic API key from https://console.anthropic.com/account/keys
Export the key into your local environment:
export ANTHROPIC_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-anthropic
Install the latest version of this software directly from git:
git clone https://github.com/llm-workflow-engine/lwe-plugin-provider-chat-anthropic.git
Install the development package:
cd lwe-plugin-provider-chat-anthropic
pip install -e .
Add the following to config.yaml
in your profile:
plugins:
enabled:
- provider_chat_anthropic
# Any other plugins you want enabled...
From a running LWE shell:
/provider chat_anthropic
/model model claude-instant-1