This commit is contained in:
nesnewsnad 2026-01-29 15:38:59 +00:00 committed by GitHub
commit 27c86ba723
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,6 +120,7 @@ async function discoverOllamaModels(): Promise<ModelDefinitionConfig[]> {
cost: OLLAMA_DEFAULT_COST,
contextWindow: OLLAMA_DEFAULT_CONTEXT_WINDOW,
maxTokens: OLLAMA_DEFAULT_MAX_TOKENS,
api: "openai-completions",
};
});
} catch (error) {