Skip to content

shareableai/corvus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Corvus - Search ShareableAI Models

Corvus is a CLI tool that wraps the Searcher from Jackdaw. Designed for interactive and programmatic access to models saved via the ShareableAI toolkit.

Usage

Set API Key

corvus set api_key

Follow the interactive prompt - this helps avoid having the API Key visible within the terminal history.

List Models

Local Models

corvus list --local

Remote Models

Requires an API Key to be set

corvus list --remote

Search

Searches for all models in the Jackdaw repo on the main branch.

corvus list --repo jackdaw --branch main

Search for all models on the main branch of any repo;

corvus list --branch main

Search for all models on feature branches;

corvus list --repo 'feat/%'