Commit Graph

6 Commits

Author SHA1 Message Date
Zhicheng Han 35810818ac fix: 保存自定义 Provider API 模式 (#1604)
* fix(webui): persist custom provider api_mode

Refs #389

* docs: add chat chain fragment for issue #389

* add api mode locale labels

* set longcat api mode

* correct longcat api mode

---------

Co-authored-by: ekko <fqsy1416@gmail.com>
2026-06-17 08:15:44 +08:00
ekko c23760aba5 fix longcat provider preset (#1598)
Co-authored-by: Codex <codex@openai.com>
2026-06-16 17:11:13 +08:00
ekko ae5a887dc9 docs: remove unused Atlas Cloud logo (#1465)
* docs: remove unused Atlas Cloud logo

* chore: remove Atlas Cloud provider preset
2026-06-10 10:21:55 +08:00
ekko ca60378486 [codex] add Atlas Cloud provider preset (#1424)
* feat(providers): add Atlas Cloud as a built-in provider preset

Atlas Cloud is a full-modal, OpenAI-compatible inference gateway
(DeepSeek, Qwen, GLM, Kimi, MiniMax, …). Add it to PROVIDER_PRESETS
following the existing preset pattern (value, label, base_url,
api_mode: chat_completions, models array with all 59 hosted LLMs).

- packages/server/src/shared/providers.ts: atlascloud preset
- README.md / README_zh.md: logo + blurb

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* fix atlas cloud provider registration

---------

Co-authored-by: lucaszhu-hue <lucas.zhu@atlascloud.ai>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 09:33:44 +08:00
ekko b00ada418f fix provider auth profile scoping (#1236) 2026-06-02 12:38:05 +08:00
ekko 07c4c1ddd5 fix provider base URL env handling (#1054) 2026-05-27 10:41:29 +08:00