From e9cf606c70e2cba2aade710acfdfc6b6ca28bb3b Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 6 Mar 2025 22:23:35 +0200 Subject: [PATCH] Add backend-provided websearch connectors for OpenRouter and Gemini --- public/index.html | 11 ++++++++ public/scripts/openai.js | 12 +++++++++ src/endpoints/backends/chat-completions.js | 29 ++++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/public/index.html b/public/index.html index aab2a0c11..6724c399f 100644 --- a/public/index.html +++ b/public/index.html @@ -1951,6 +1951,17 @@ +
+ +
+ + Use search capabilities provided by the backend. + +
+