mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 05:20:20 +00:00
refactor: move provider seams behind plugin sdk surfaces
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Generated by scripts/generate-plugin-sdk-facades.mjs. Do not edit manually.
|
||||
export {
|
||||
applyModelStudioNativeStreamingUsageCompat,
|
||||
buildModelStudioDefaultModelDefinition,
|
||||
buildModelStudioModelDefinition,
|
||||
MODELSTUDIO_BASE_URL,
|
||||
@@ -11,5 +12,6 @@ export {
|
||||
MODELSTUDIO_STANDARD_CN_BASE_URL,
|
||||
MODELSTUDIO_STANDARD_GLOBAL_BASE_URL,
|
||||
MODELSTUDIO_MODEL_CATALOG,
|
||||
isNativeModelStudioBaseUrl,
|
||||
buildModelStudioProvider,
|
||||
} from "../../extensions/modelstudio/api.js";
|
||||
|
||||
Reference in New Issue
Block a user