add together as onboarding provider option!
This commit is contained in:
parent
adc65765d8
commit
dbdb80bc4f
@ -20,7 +20,8 @@ export type AuthChoiceGroupId =
|
|||||||
| "minimax"
|
| "minimax"
|
||||||
| "synthetic"
|
| "synthetic"
|
||||||
| "venice"
|
| "venice"
|
||||||
| "qwen";
|
| "qwen"
|
||||||
|
| "together";
|
||||||
|
|
||||||
export type AuthChoiceGroup = {
|
export type AuthChoiceGroup = {
|
||||||
value: AuthChoiceGroupId;
|
value: AuthChoiceGroupId;
|
||||||
@ -65,6 +66,12 @@ const AUTH_CHOICE_GROUP_DEFS: {
|
|||||||
hint: "Anthropic-compatible (multi-model)",
|
hint: "Anthropic-compatible (multi-model)",
|
||||||
choices: ["synthetic-api-key"],
|
choices: ["synthetic-api-key"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "together",
|
||||||
|
label: "Together AI",
|
||||||
|
hint: "API key",
|
||||||
|
choices: ["together-api-key"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "venice",
|
value: "venice",
|
||||||
label: "Venice AI",
|
label: "Venice AI",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user