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"
|
| "minimax"
|
||||||
| "synthetic"
|
| "synthetic"
|
||||||
| "venice"
|
| "venice"
|
||||||
| "qwen";
|
| "qwen"
|
||||||
|
| "redpill";
|
||||||
|
|
||||||
export type AuthChoiceGroup = {
|
export type AuthChoiceGroup = {
|
||||||
value: AuthChoiceGroupId;
|
value: AuthChoiceGroupId;
|
||||||
@ -61,6 +62,12 @@ const AUTH_CHOICE_GROUP_DEFS: {
|
|||||||
hint: "OAuth",
|
hint: "OAuth",
|
||||||
choices: ["qwen-portal"],
|
choices: ["qwen-portal"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "redpill",
|
||||||
|
label: "Redpill AI",
|
||||||
|
hint: "GPU TEE privacy (DeepSeek, Qwen, Llama)",
|
||||||
|
choices: ["redpill-api-key"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "synthetic",
|
value: "synthetic",
|
||||||
label: "Synthetic",
|
label: "Synthetic",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user