@midscene/mcp 1.0.1-beta-20251106111345.0 → 1.0.1-beta-20251107065041.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/api.mdx +2 -2
- package/dist/index.js +13 -11
- package/package.json +5 -5
package/dist/api.mdx
CHANGED
|
@@ -905,8 +905,8 @@ import { overrideAIConfig } from '@midscene/web/puppeteer'; // or another Agent
|
|
|
905
905
|
|
|
906
906
|
overrideAIConfig({
|
|
907
907
|
MIDSCENE_MODEL_NAME: '...',
|
|
908
|
-
|
|
909
|
-
|
|
908
|
+
MIDSCENE_MODEL_BASE_URL: '...', // recommended, use new variable name
|
|
909
|
+
MIDSCENE_MODEL_API_KEY: '...', // recommended, use new variable name
|
|
910
910
|
// OPENAI_BASE_URL: '...', // deprecated but still compatible
|
|
911
911
|
// OPENAI_API_KEY: '...', // deprecated but still compatible
|
|
912
912
|
});
|