feat(commands): add Redpill to auth choice options
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
36cd0c82df
commit
7a20d11acc
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user