Skip to content

simonw/llm-minimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-minimax

PyPI Changelog Tests License

LLM plugin for accessing MiniMax models via their API

Installation

Install this plugin in the same environment as LLM.

llm install llm-minimax

Usage

Obtain an API key for MiniMax from their API platform site.

Set the API key using:

llm keys set minimax
# Paste key here

Run MiniMax M2 like this:

llm -m m2 "Tell me about yourself"

Development

To set up this plugin locally, first checkout the code. Then create a new virtual environment:

cd llm-minimax
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

python -m pip install -e '.[test]'

To run the tests:

python -m pytest

About

LLM plugin for accessing MiniMax models via their API

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages