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, attachments,
completion: { completion: {
incremental: true, incremental: true,
model: 'claude-2', model: 'claude-2.1',
prompt: text, prompt: text,
timezone: 'Asia/Hong_Kong' timezone: 'Asia/Hong_Kong'
} }