Skip to content

feat: add Atlas Cloud LLM provider - #38

Merged
dsd2077 merged 1 commit into
Lynpoint:mainfrom
binyangzhu000-sudo:codex/add-atlas-cloud-llm
Sep 11, 2026
Merged

feat: add Atlas Cloud LLM provider#38
dsd2077 merged 1 commit into
Lynpoint:mainfrom
binyangzhu000-sudo:codex/add-atlas-cloud-llm

Conversation

@binyangzhu000-sudo

Copy link
Copy Markdown
Contributor

Summary

  • add Atlas Cloud as an optional OpenAI-compatible LLM component
  • expose its API key through the masked settings flow and Docker environment
  • document setup in English and Chinese while preserving the existing default provider
  • cover config discovery, client initialization, display naming, and secret masking

Validation

  • uv run --python 3.12 --frozen pytest tests/unit/test_config.py tests/unit/test_openai_plugins.py -q (32 passed)
  • Ruff checks passed for the changed Python tests
  • frontend production build passed
  • Go files formatted with gofmt
  • go test ./internal/api was attempted but this environment lacks the native pkg-config/Opus dependency required by the existing LiveKit package
  • one live streaming Atlas Cloud Chat Completions smoke request returned HTTP 200 and a completed SSE stream; no retry
  • git diff --check passed

Signed-off-by: binyangzhu000-sudo <224954946+binyangzhu000-sudo@users.noreply.github.com>
@dsd2077
dsd2077 merged commit 13a6a95 into Lynpoint:main Sep 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants