feat(core): migrate native provider config
This commit is contained in:
parent
9848587052
commit
62e44a80e7
16 changed files with 358 additions and 99 deletions
|
|
@ -8,6 +8,9 @@ export type ID = typeof ID.Type
|
|||
export const VariantID = Model.VariantID
|
||||
export type VariantID = typeof VariantID.Type
|
||||
|
||||
export const Package = Model.Package
|
||||
export type Package = Model.Package
|
||||
|
||||
// Grouping of models, eg claude opus, claude sonnet
|
||||
export const Family = Model.Family
|
||||
export type Family = Model.Family
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue