mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
@@ -6,6 +6,7 @@ export const promptKeys = [
|
||||
'debug:action:vision4',
|
||||
'debug:action:dalle3',
|
||||
'debug:action:fal-sd15',
|
||||
'chat:gpt4',
|
||||
'Summary',
|
||||
'Summary the webpage',
|
||||
'Explain this',
|
||||
|
||||
@@ -40,7 +40,7 @@ export function createChatSession({
|
||||
return client.createSession({
|
||||
workspaceId,
|
||||
docId,
|
||||
promptName: 'debug:chat:gpt4',
|
||||
promptName: 'chat:gpt4',
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user