llm-chat/src
flemming-it b5ceaa3dfe
Some checks failed
CI / Linux x86_64 (Forgejo) (push) Failing after 2s
sign-bundle / sign (push) Failing after 1m53s
feat: api accepts 'vllm' as a first-class value
'openai' reads as the cloud company — an operator running
self-hosted vLLM should be able to write what they mean. The new
value speaks the identical OpenAI wire (a guard test asserts the
emitted request stays byte-identical to api: openai, so the alias
can never drift into a dialect) but yields vLLM-specific error
hints (vllm serve, port 8000) instead of generic OpenAI prose.
Manifest + docs name the value in DE and EN.

Signed-off-by: flemming-it <sf@flemming.it>
2026-08-20 17:13:44 +02:00
..
lib.rs feat: api accepts 'vllm' as a first-class value 2026-08-20 17:13:44 +02:00
llm.rs feat: api accepts 'vllm' as a first-class value 2026-08-20 17:13:44 +02:00