Skip to content

OrchardUniverse/basket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basket

Introduction

Basket is the essential toolkit for seamless MaaS integration.

It provides a unified interface for interacting with different MaaS services, allowing developers to easily switch between different services without changing their code. It is the first free toolkit that allows developers to use LLM services without registering or paying for them. Know more about FreeModel.

  • Fast and free to access Model as a Service
  • Unified interface for interacting with different MaaS services
  • Easy to use and integrate with existing projects
  • Manage API KEY for MaaS and easy to switch
  • Extensible and customizable for local and remote services
  • One step to chat with LLM service without coding and configurating

Refer to more documentation.

Install

pip install orchard-basket

Usage

  1. Chat with FreeModel.
basket chat "Who are you"
  1. List all available MaaS.
basket maas list
  1. Choose the MaaS to use.
basket maas use siliconflow
  1. List all available models.
basket model list
  1. Choose the model to use.
basket model use qwen/qwen-7b-chat
  1. Chat with the model.
basket chat "What is the meaning of life?"
  1. Show current configuration.
basket config

Contribution

Please help us to integrate with more MaaS.

About

The common toolkit for all MaaS with OpenAI API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages