Skip to content

bobbravo2/maas_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Models As a Service Python CLI

MaaS Sign up for an API key here.

Requirements

  • Python3, PIP

Installation

  1. Make a virtualenv
python3 -m venv venv
  1. Activate it
source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Copy and configure your .env
cp .env.sample .env

and update the correct values from API Keys and API Endpoints

Usage

Show Help

python prompt.py -h

Run a Prompt

python prompt.py "This is the best machine learning prompt ever written" 

About

Langchain wrapper for Models as a Service

Resources

License

Stars

Watchers

Forks

Languages