Skip to content

Commit e1aaa04

Browse files
committed
chore: update default prompt LD flag
1 parent 5a9d9c8 commit e1aaa04

File tree

1 file changed

+1
-1
lines changed
  • packages/backend/src/routes/api

1 file changed

+1
-1
lines changed

packages/backend/src/routes/api/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function handleChatStream(req: Request, res: Response) {
2727
'ai-builder-prompt-config',
2828
context.currentUser.email,
2929
{
30-
chatPrompt: 'aids-chat-v0',
30+
chatPrompt: 'ai-builder/chat',
3131
version: 'production',
3232
},
3333
)

0 commit comments

Comments
 (0)