Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

llm-workflow-engine/lwe-plugin-provider-cohere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated

THIS PROVIDER PLUGIN HAS BEEN DEPRECATED

Use https://github.com/llm-workflow-engine/lwe-plugin-provider-chat-cohere instead.

LLM Workflow Engine (LWE) Cohere Provider plugin

Cohere Provider plugin for LLM Workflow Engine

Access to Cohere models.

Installation

Export API key

Grab an Cohere API key from https://dashboard.cohere.ai/api-keys

Export the key into your local environment:

export COHERE_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-cohere

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-cohere.git

Install the development package:

cd lwe-plugin-provider-cohere
pip install -e .

Configuration

Add the following to config.yaml in your profile:

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

Usage

From a running LWE shell:

/provider cohere
/model model base

About

LLM Workflow Engine (LWE) Cohere Provider plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages