cerevox 3.2.1 → 3.2.2
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/core/ai.js +3 -3
- package/package.json +1 -1
package/dist/core/ai.js
CHANGED
|
@@ -191,7 +191,7 @@ let AI = class AI extends base_1.BaseClass {
|
|
|
191
191
|
messages: [
|
|
192
192
|
{
|
|
193
193
|
role: 'system',
|
|
194
|
-
content:
|
|
194
|
+
content: `你根据主体信息,优化用户指令,使描述中的内容正确引用主体名称,并且在用户未明确提及添加BGM时,强调在生成视频时生成环境音效但禁止音乐。
|
|
195
195
|
|
|
196
196
|
具体方式为,将用户指令中引用主体信息中主体名称的部分,用 “@主体名” 的形式替代,注意它和前后内容之间也需要用**空格**分隔。
|
|
197
197
|
|
|
@@ -209,14 +209,14 @@ let AI = class AI extends base_1.BaseClass {
|
|
|
209
209
|
一只狗在房间里玩耍
|
|
210
210
|
|
|
211
211
|
### 输出:
|
|
212
|
-
一只 @狗 在 @房间 里玩耍\n\n
|
|
212
|
+
一只 @狗 在 @房间 里玩耍\n\n生成环境音效,禁止音乐
|
|
213
213
|
|
|
214
214
|
---
|
|
215
215
|
|
|
216
216
|
## 要求与约束
|
|
217
217
|
|
|
218
218
|
- 只输出替换主体名后的用户指令,不要输出其他任何额外内容
|
|
219
|
-
- 如用户指令中未要求生成BGM
|
|
219
|
+
- 如用户指令中未要求生成BGM,一定要在最后强调:生成环境音效,禁止音乐
|
|
220
220
|
`,
|
|
221
221
|
},
|
|
222
222
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cerevox",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "TypeScript SDK for browser automation and secure command execution in highly available and scalable micro computer environments",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|