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
+1
View File
@@ -50,6 +50,7 @@ export type AuthChoice =
export type AuthChoiceGroupId = export type AuthChoiceGroupId =
| "openai" | "openai"
| "anthropic" | "anthropic"
| "vllm"
| "google" | "google"
| "copilot" | "copilot"
| "openrouter" | "openrouter"