From 30af741c3e573b730ca1669981781bb6ba9eaa91 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sun, 15 Sep 2024 10:54:12 +0300 Subject: [PATCH 01/84] Deprecated forced instruct on OpenRouter for Chat Completion --- default/content/presets/openai/Default.json | 1 - public/index.html | 20 +-- public/locales/ar-sa.json | 4 - public/locales/de-de.json | 4 - public/locales/es-es.json | 4 - public/locales/fr-fr.json | 4 - public/locales/is-is.json | 4 - public/locales/it-it.json | 4 - public/locales/ja-jp.json | 4 - public/locales/ko-kr.json | 4 - public/locales/nl-nl.json | 4 - public/locales/pt-pt.json | 4 - public/locales/ru-ru.json | 4 - public/locales/uk-ua.json | 4 - public/locales/vi-vn.json | 4 - public/locales/zh-cn.json | 4 - public/locales/zh-tw.json | 4 - public/script.js | 4 +- public/scripts/openai.js | 135 +------------------- 19 files changed, 8 insertions(+), 212 deletions(-) diff --git a/default/content/presets/openai/Default.json b/default/content/presets/openai/Default.json index 4e6076d5a..b8a38560c 100644 --- a/default/content/presets/openai/Default.json +++ b/default/content/presets/openai/Default.json @@ -5,7 +5,6 @@ "windowai_model": "", "openrouter_model": "OR_Website", "openrouter_use_fallback": false, - "openrouter_force_instruct": false, "openrouter_group_models": false, "openrouter_sort_models": "alphabetically", "ai21_model": "jamba-1.5-large", diff --git a/public/index.html b/public/index.html index 9d2b136e2..f8ae26ef2 100644 --- a/public/index.html +++ b/public/index.html @@ -2765,22 +2765,10 @@ Allow fallback providers -