From d641cbecc4ffeff3f0f76137dbc72647c117cec4 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 24 Jul 2025 22:02:45 +0300 Subject: [PATCH] Remove Scale Spellbook from CC sources (#4293) --- .github/readme-ja_jp.md | 2 +- .github/readme-ru_ru.md | 2 +- default/content/presets/openai/Default.json | 2 - public/index.html | 37 +---- public/locales/ar-sa.json | 3 - public/locales/de-de.json | 3 - public/locales/es-es.json | 3 - public/locales/fr-fr.json | 3 - public/locales/is-is.json | 3 - public/locales/it-it.json | 3 - public/locales/ja-jp.json | 3 - public/locales/ko-kr.json | 3 - public/locales/nl-nl.json | 3 - public/locales/pt-pt.json | 3 - public/locales/ru-ru.json | 3 - public/locales/uk-ua.json | 3 - public/locales/vi-vn.json | 3 - public/locales/zh-cn.json | 3 - public/locales/zh-tw.json | 3 - public/script.js | 2 - public/scripts/RossAscends-mods.js | 1 - public/scripts/openai.js | 144 +------------------- public/scripts/secrets.js | 12 -- public/scripts/tokenizers.js | 5 - src/constants.js | 1 - src/endpoints/backends/chat-completions.js | 53 ------- src/endpoints/backends/scale-alt.js | 97 ------------- src/endpoints/secrets.js | 2 - src/server-startup.js | 2 - 29 files changed, 7 insertions(+), 400 deletions(-) delete mode 100644 src/endpoints/backends/scale-alt.js diff --git a/.github/readme-ja_jp.md b/.github/readme-ja_jp.md index a8e1486cf..b24ef3955 100644 --- a/.github/readme-ja_jp.md +++ b/.github/readme-ja_jp.md @@ -16,7 +16,7 @@ --- -モバイルデバイスにも適したレイアウト・マルチAPI(KoboldAI/CPP、Horde、NovelAI、Ooba、OpenAI、OpenRouter、Claude、Scale)、VN ライクな Waifu モード、Stable Diffusion、TTS、WorldInfo(伝承本)、カスタマイズ可能なUI、自動翻訳、大量のプロンプトオプション+サードパーティの拡張機能をインストールする機能 +モバイルデバイスにも適したレイアウト・マルチAPI(KoboldAI/CPP、Horde、NovelAI、Ooba、OpenAI、OpenRouter、Claude)、VN ライクな Waifu モード、Stable Diffusion、TTS、WorldInfo(伝承本)、カスタマイズ可能なUI、自動翻訳、大量のプロンプトオプション+サードパーティの拡張機能をインストールする機能 [TavernAI](https://github.com/TavernAI/TavernAI) v.1.2.8 のフォークに基づいています。 diff --git a/.github/readme-ru_ru.md b/.github/readme-ru_ru.md index 1a0929db9..b5f435623 100644 --- a/.github/readme-ru_ru.md +++ b/.github/readme-ru_ru.md @@ -18,7 +18,7 @@ --- -Мобайл-френдли интерфейс, поддержка множества API (KoboldAI/CPP, Horde, NovelAI, Ooba, OpenAI, OpenRouter, Claude, Scale), ВН-образный режим Вайфу, Stable Diffusion, TTS, поддержка миров (лорбуков), кастомизируемый UI, автоперевод, тончайшая настройка промптов + возможность устанавливать расширения. +Мобайл-френдли интерфейс, поддержка множества API (KoboldAI/CPP, Horde, NovelAI, Ooba, OpenAI, OpenRouter, Claude), ВН-образный режим Вайфу, Stable Diffusion, TTS, поддержка миров (лорбуков), кастомизируемый UI, автоперевод, тончайшая настройка промптов + возможность устанавливать расширения. Основано на форке [TavernAI](https://github.com/TavernAI/TavernAI) версии 1.2.8 diff --git a/default/content/presets/openai/Default.json b/default/content/presets/openai/Default.json index 675d23176..4720598ef 100644 --- a/default/content/presets/openai/Default.json +++ b/default/content/presets/openai/Default.json @@ -225,12 +225,10 @@ ] } ], - "api_url_scale": "", "show_external_models": false, "assistant_prefill": "", "assistant_impersonation": "", "claude_use_sysprompt": false, - "use_alt_scale": false, "squash_system_messages": false, "image_inlining": false, "bypass_status_check": false, diff --git a/public/index.html b/public/index.html index c616275df..a4812ea0f 100644 --- a/public/index.html +++ b/public/index.html @@ -691,7 +691,7 @@ -