fix(onboard): include vllm auth group id

This commit is contained in:
Peter Steinberger
2026-02-13 15:23:46 +00:00
parent 2e04630105
commit faa4959111

View File

@@ -50,6 +50,7 @@ export type AuthChoice =
export type AuthChoiceGroupId =
| "openai"
| "anthropic"
| "vllm"
| "google"
| "copilot"
| "openrouter"