circuitforge-core/tests/test_text
pyr0ball 69a338bd98
Some checks are pending
CI / test (push) Waiting to run
Mirror / mirror (push) Waiting to run
feat(text): add OpenAI-compat /v1/chat/completions endpoint
Adds POST /v1/chat/completions to the cf-text FastAPI service so it can
be used as an openai_compat backend in LLMRouter without any router changes.
The endpoint accepts the standard OpenAI chat request format and returns
a standard chat.completion response.

4 tests added; all 36 text tests pass.
2026-04-12 17:04:58 -07:00
..
__init__.py feat: v0.9.0 — cf-text, pipeline crystallization engine, multimodal pipeline, a11y preferences 2026-04-08 23:17:18 -07:00
test_backend.py feat: v0.9.0 — cf-text, pipeline crystallization engine, multimodal pipeline, a11y preferences 2026-04-08 23:17:18 -07:00
test_oai_compat.py feat(text): add OpenAI-compat /v1/chat/completions endpoint 2026-04-12 17:04:58 -07:00