fix(core): reset ai chat model to gpt-4.1 (#12081)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **New Features**
  - Updated the AI model used for the "Chat With AFFiNE AI" feature to enhance chat capabilities.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
akumatus
2025-04-30 04:27:24 +00:00
parent d78bb3a139
commit 9f4800ffba

View File

@@ -1037,7 +1037,7 @@ Finally, please only send us the content of your continuation in Markdown Format
const chat: Prompt[] = [
{
name: 'Chat With AFFiNE AI',
model: 'claude-3-7-sonnet-20250219',
model: 'gpt-4.1',
messages: [
{
role: 'system',