Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TRSWNCA/llm-ark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-arc

Access volcengine.com(火山方舟) models via API. More models are available, but only those that are officially recommended, such as Doubao and Deepseek.

Installation

Install this plugin in the same environment as LLM.

llm install llm-ark

Usage

Obtain a Fireworks API key and save it like this:

llm keys set ark
# <Paste key here>

Run llm models to get a list of models.

Run prompts like this:

llm -m doubao-seed-1.6-250615 'five great names for a pet ocelot'

Development

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

cd llm-ark
python3 -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

llm install -e '.[test]'

To run the tests:

pytest

About

Access www.volcengine.com models via API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%