add together as onboarding provider option!

This commit is contained in:
Riccardo Giorato 2026-01-27 14:15:26 +01:00
parent adc65765d8
commit dbdb80bc4f

View File

@ -20,7 +20,8 @@ export type AuthChoiceGroupId =
| "minimax"
| "synthetic"
| "venice"
| "qwen";
| "qwen"
| "together";
export type AuthChoiceGroup = {
value: AuthChoiceGroupId;
@ -65,6 +66,12 @@ const AUTH_CHOICE_GROUP_DEFS: {
hint: "Anthropic-compatible (multi-model)",
choices: ["synthetic-api-key"],
},
{
value: "together",
label: "Together AI",
hint: "API key",
choices: ["together-api-key"],
},
{
value: "venice",
label: "Venice AI",