Skip to content

llm-workflow-engine/lwe-plugin-provider-chat-mistralai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Workflow Engine (LWE) Chat MistralAI Provider plugin

Chat MistralAI Provider plugin for LLM Workflow Engine

Access to MistralAI chat models.

Installation

Export API key

Grab a MistralAI API key from https://console.mistral.ai/users/api-keys

Export the key into your local environment:

export MISTRAL_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-mistralai

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

Install the development package:

cd lwe-plugin-provider-chat-mistralai
pip install -e .

Configuration

Add the following to config.yaml in your profile:

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

Usage

From a running LWE shell:

/provider chat_mistralai
/model model mistral-small

About

LLM Workflow Engine (LWE) Chat MistralAI Provider plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages