feat: update chat prompt (#6639)

fix AFF-878
fix AFF-852 (maybe)
This commit is contained in:
darkskygit
2024-04-19 12:34:02 +00:00
parent 94a70a5f3a
commit 657a5250ad
6 changed files with 42 additions and 4 deletions

View File

@@ -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',

View File

@@ -40,7 +40,7 @@ export function createChatSession({
return client.createSession({
workspaceId,
docId,
promptName: 'debug:chat:gpt4',
promptName: 'chat:gpt4',
});
}