feat(commands): add Redpill to auth choice options

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
HashWarlock 2026-01-25 18:35:53 -06:00
parent 36cd0c82df
commit 7a20d11acc

View File

@ -22,7 +22,8 @@ export type AuthChoiceGroupId =
| "minimax"
| "synthetic"
| "venice"
| "qwen";
| "qwen"
| "redpill";
export type AuthChoiceGroup = {
value: AuthChoiceGroupId;
@ -61,6 +62,12 @@ const AUTH_CHOICE_GROUP_DEFS: {
hint: "OAuth",
choices: ["qwen-portal"],
},
{
value: "redpill",
label: "Redpill AI",
hint: "GPU TEE privacy (DeepSeek, Qwen, Llama)",
choices: ["redpill-api-key"],
},
{
value: "synthetic",
label: "Synthetic",