Onboard: rename Custom API Endpoint to Custom Provider

This commit is contained in:
Gustavo Madeira Santana
2026-02-10 07:36:04 -05:00
parent c0befdee0b
commit 2914cb1d48
6 changed files with 8 additions and 8 deletions

View File

@@ -422,7 +422,7 @@ export async function promptCustomApiConfig(params: {
const hasModel = existingModels.some((model) => model.id === modelId);
const nextModel = {
id: modelId,
name: `${modelId} (Custom API)`,
name: `${modelId} (Custom Provider)`,
contextWindow: DEFAULT_CONTEXT_WINDOW,
maxTokens: DEFAULT_MAX_TOKENS,
input: ["text"] as ["text"],