This commit is contained in:
ikechan8370 2023-11-28 00:31:59 +08:00
parent 1c6c10b118
commit aefea106a5

View file

@ -136,7 +136,7 @@ export class ClaudeAIClient {
attachments,
completion: {
incremental: true,
model: 'claude-2',
model: 'claude-2.1',
prompt: text,
timezone: 'Asia/Hong_Kong'
}