Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LLM Workflow Engine (LWE) OpenAI Provider plugin

OpenAI Provider plugin for LLM Workflow Engine

Access to non-chat OpenAI models (GPT-3, etc.)

Installation

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-openai

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

Install the development package:

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

Configuration

Add the following to config.yaml in your profile:

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

Usage

From a running LWE shell:

/provider openai
/model model_name text-davinci-003

About

LLM Workflow Engine (LWE) OpenAI Provider plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages