add comment

This commit is contained in:
Aiden Cline 2025-10-13 19:49:51 -05:00
parent 37691f153a
commit 3f17e1ce05

View file

@ -210,6 +210,7 @@ export namespace Provider {
{ providerID: string; modelID: string; info: ModelsDev.Model; language: LanguageModel; npm?: string }
>()
const sdk = new Map<number, SDK>()
// Maps `${provider}/${key}` to the providers actual model ID for custom aliases.
const realIdByKey = new Map<string, string>()
log.info("init")