refactor: move provider default model refs into extension apis

This commit is contained in:
Peter Steinberger
2026-03-27 16:50:29 +00:00
parent 94780dde5d
commit 3628451aa3
7 changed files with 28 additions and 9 deletions

1
extensions/zai/api.ts Normal file
View File

@@ -0,0 +1 @@
export { applyZaiConfig, applyZaiProviderConfig, ZAI_DEFAULT_MODEL_REF } from "./onboard.js";