Skip to content

Commit

Permalink
add missing assistantId param (huggingface#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
alak authored May 22, 2024
1 parent f941af1 commit aa3c3cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/api/conversations/+server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export async function GET({ locals, url }) {
title: 1,
updatedAt: 1,
model: 1,
assistantId: 1,
})
.sort({ updatedAt: -1 })
.skip(p * NUM_PER_PAGE)
Expand Down

0 comments on commit aa3c3cf

Please sign in to comment.