mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 22:38:56 +08:00
feat: improve prompt management (#7853)
This commit is contained in:
@@ -7,7 +7,7 @@ export const promptKeys = [
|
||||
'debug:action:fal-upscaler',
|
||||
'debug:action:fal-remove-bg',
|
||||
'debug:action:fal-face-to-sticker',
|
||||
'chat:gpt4',
|
||||
'Chat With AFFiNE AI',
|
||||
'Summary',
|
||||
'Generate a caption',
|
||||
'Summary the webpage',
|
||||
|
||||
@@ -42,7 +42,7 @@ export function createChatSession({
|
||||
return client.createSession({
|
||||
workspaceId,
|
||||
docId,
|
||||
promptName: 'chat:gpt4',
|
||||
promptName: 'Chat With AFFiNE AI',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user