arcships/dsh-llm-aimux

arcships★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

DeepSeek Harness (dsh) LLM adapter backed by aimux — one Rust engine, 325+ providers as dsh model routes

README 摘要

dsh-llm-aimux DeepSeek Harness (dsh) LLM adapter backed by aimux — one Rust engine exposing 325+ AI providers as dsh model routes. 中文简介:本插件把 aimux(Rust 统一 LLM 访问层,325+ 提供商)接入 DeepSeek Harness——每个 aimux provider 都可以配置成一条 dsh 模型路由。 Install Then store a credential (or export the environment variable) and pick the model: Headless without the credentials store works too — aimux reads the provider's conventional env var ( DEEPSEEK API KEY , GROQ API KEY , …) directly. Configuration Routes are keyed by dsh provider id; each maps to one aimux provider. The composition entry below is only the base layer — users add or edit routes through their settings (web Models page → provider card, or the llm-aimux: section in settings.yaml ) and changes apply without a restart: The same shape works in the user settings layer: - provider — an aimux provider name. aimux ships 325+ (251 of them OpenAI-compatible registry entries); see the aimux provider docs. - Every route appears as a configurable provider on the Models page ( ctx.llm.registerConfigurableProviders , addressed at llm-aimux.providers. ); added or removed routes swap atomically. - Credentials resolve through the harness ctx.credentials seam…

在 GitHub 查看完整 README →
娱乐/广告aimuxdeepseek-harnessdshdsh-pluginllm-adapter

分类