mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
add comment
This commit is contained in:
parent
37691f153a
commit
3f17e1ce05
1 changed files with 1 additions and 0 deletions
|
|
@ -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 provider’s actual model ID for custom aliases.
|
||||
const realIdByKey = new Map<string, string>()
|
||||
|
||||
log.info("init")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue