Skip to content

Commit 474a4e6

Browse files
committed
Fix duplicate adapter declaration
1 parent 1873e4b commit 474a4e6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

services/web/app/src/Features/LLMChat/LLMChatController.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ async function chat(req, res) {
465465
}
466466

467467
const data = await response.json()
468-
const adapter = getAdapter(provider)
469468
const extracted = adapter.extractText(data)
470469

471470
// Strip <think> tags from the response content

0 commit comments

Comments
 (0)