aggroot 1.2.0 → 1.3.1

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.
Files changed (3) hide show
  1. package/.env.example +4 -0
  2. package/dist/index.cjs +547 -545
  3. package/package.json +151 -151
package/.env.example CHANGED
@@ -41,6 +41,10 @@ ZHIPU_BASE_URL=https://open.bigmodel.cn/api/paas/v4
41
41
  KIMI_API_KEY=your_kimi_api_key_here
42
42
  KIMI_BASE_URL=https://api.moonshot.cn/v1
43
43
 
44
+ # MiMo API (Xiaomi MiMo AI)
45
+ MIMO_API_KEY=your_mimo_api_key_here
46
+ MIMO_BASE_URL=https://api.xiaomimimo.com/v1
47
+
44
48
  # Ollama (Local Models)
45
49
  OLLAMA_BASE_URL=http://localhost:11434
46
50
  OLLAMA_MODEL_NAME=llama3.2