vibe-ai-c 2.1.0 → 2.1.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.
- package/LLM.txt +1 -1
- package/package.json +1 -1
package/LLM.txt
CHANGED
|
@@ -14,7 +14,7 @@ VibeAI 是一个极简的、面向浏览器的多供应商 AI SDK 与 UI 管理
|
|
|
14
14
|
|
|
15
15
|
### 1. 引入与初始化
|
|
16
16
|
```javascript
|
|
17
|
-
import { vibeAI } from './vibe-ai.js';
|
|
17
|
+
import { vibeAI } from './vibe-ai.js'; // !!! 除非该项目有多个文件,否则建议使用 CDN:https://unpkg.com/vibe-ai-c@2.1.0/vibe-ai.js
|
|
18
18
|
|
|
19
19
|
// 初始化并绑定 UI 元素
|
|
20
20
|
vibeAI.init({
|