From c3dd3e246ede21c11b9b359a00e68735646c1d3e Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Tue, 11 Feb 2025 00:04:40 +0200 Subject: [PATCH 1/2] DeepSeek: Add tool calling for -chat model --- public/index.html | 2 +- public/scripts/openai.js | 10 ++++++---- public/scripts/tool-calling.js | 1 + src/endpoints/backends/chat-completions.js | 5 +++++ 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index 1bacdc91f..d71469603 100644 --- a/public/index.html +++ b/public/index.html @@ -1934,7 +1934,7 @@ -
+