We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b4e3d commit f393b69Copy full SHA for f393b69
src/deepseekApi.ts
@@ -65,7 +65,7 @@ ${cvbContent}
65
const stream = await openai.chat.completions.create({
66
model: 'deepseek-chat', // 使用 DeepSeek 的模型
67
messages: [
68
- { role: 'system', content: 'You are a helpful assistant.' },
+ { role: 'system', content: '你是一个代码重构工具,你只会按照要求输出cvb格式的结果,不会有思考过程和附加内容。' },
69
{ role: 'user', content: requestContent },
70
],
71
stream: true, // 启用流式模式
0 commit comments