mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update links to organization repo
This commit is contained in:
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -9,7 +9,7 @@ assignees: ''
|
|||||||
|
|
||||||
> **Warning**. Complete **all** the fields below. Otherwise your bug report will be **ignored**!
|
> **Warning**. Complete **all** the fields below. Otherwise your bug report will be **ignored**!
|
||||||
|
|
||||||
**Have you searched for similar [bugs](https://github.com/Cohee1207/SillyTavern/issues?q=)?**
|
**Have you searched for similar [bugs](https://github.com/SillyTavern/SillyTavern/issues?q=)?**
|
||||||
Yes/No
|
Yes/No
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
@ -37,7 +37,7 @@ Providing the logs from the browser DevTools console (opened by pressing the F12
|
|||||||
- Environment: [cloud, local]
|
- Environment: [cloud, local]
|
||||||
- Node.js version (if applicable): [run `node --version` in cmd]
|
- Node.js version (if applicable): [run `node --version` in cmd]
|
||||||
- Browser [e.g. chrome, safari]
|
- Browser [e.g. chrome, safari]
|
||||||
- Generation API [e.g. KoboldAI, OpenAI]
|
- Generation API [e.g. KoboldAI, OpenAI]
|
||||||
- Branch [main, dev]
|
- Branch [main, dev]
|
||||||
- Model [e.g. Pygmalion 6b, LLaMa 13b]
|
- Model [e.g. Pygmalion 6b, LLaMa 13b]
|
||||||
|
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
2
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -7,7 +7,7 @@ assignees: ''
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Have you searched for similar [requests](https://github.com/Cohee1207/SillyTavern/issues?q=)?**
|
**Have you searched for similar [requests](https://github.com/SillyTavern/SillyTavern/issues?q=)?**
|
||||||
Yes/No
|
Yes/No
|
||||||
|
|
||||||
**Is your feature request related to a problem? Please describe.**
|
**Is your feature request related to a problem? Please describe.**
|
||||||
|
10
.github/readme.md
vendored
10
.github/readme.md
vendored
@ -1,4 +1,4 @@
|
|||||||

|

|
||||||
|
|
||||||
Mobile-friendly, Multi-API (KoboldAI/CPP, Horde, NovelAI, Ooba, OpenAI+proxies, Poe, WindowAI(Claude!)), VN-like Waifu Mode, Horde SD, System TTS, WorldInfo (lorebooks), customizable UI, auto-translate, and more prompt options than you'd ever want or need. Optional Extras server for more SD/TTS options + ChromaDB/Summarize.
|
Mobile-friendly, Multi-API (KoboldAI/CPP, Horde, NovelAI, Ooba, OpenAI+proxies, Poe, WindowAI(Claude!)), VN-like Waifu Mode, Horde SD, System TTS, WorldInfo (lorebooks), customizable UI, auto-translate, and more prompt options than you'd ever want or need. Optional Extras server for more SD/TTS options + ChromaDB/Summarize.
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ Get in touch with the developers directly:
|
|||||||
|
|
||||||
* Discord: Cohee#1207 or RossAscends#1779
|
* Discord: Cohee#1207 or RossAscends#1779
|
||||||
* Reddit: /u/RossAscends or /u/sillylossy
|
* Reddit: /u/RossAscends or /u/sillylossy
|
||||||
* [Post a GitHub issue](https://github.com/Cohee1207/SillyTavern/issues)
|
* [Post a GitHub issue](https://github.com/SillyTavern/SillyTavern/issues)
|
||||||
|
|
||||||
## This version includes
|
## This version includes
|
||||||
|
|
||||||
@ -136,8 +136,8 @@ Easy to follow guide with pretty pictures:
|
|||||||
5. Open a Command Prompt inside that folder by clicking in the 'Address Bar' at the top, typing `cmd`, and pressing Enter.
|
5. Open a Command Prompt inside that folder by clicking in the 'Address Bar' at the top, typing `cmd`, and pressing Enter.
|
||||||
6. Once the black box (Command Prompt) pops up, type ONE of the following into it and press Enter:
|
6. Once the black box (Command Prompt) pops up, type ONE of the following into it and press Enter:
|
||||||
|
|
||||||
* for Main Branch: `git clone https://github.com/Cohee1207/SillyTavern -b main`
|
* for Main Branch: `git clone https://github.com/SillyTavern/SillyTavern -b main`
|
||||||
* for Dev Branch: `git clone https://github.com/Cohee1207/SillyTavern -b dev`
|
* for Dev Branch: `git clone https://github.com/SillyTavern/SillyTavern -b dev`
|
||||||
|
|
||||||
7. Once everything is cloned, double click `Start.bat` to make NodeJS install its requirements.
|
7. Once everything is cloned, double click `Start.bat` to make NodeJS install its requirements.
|
||||||
8. The server will then start, and SillyTavern will popup in your browser.
|
8. The server will then start, and SillyTavern will popup in your browser.
|
||||||
@ -145,7 +145,7 @@ Easy to follow guide with pretty pictures:
|
|||||||
Installing via zip download
|
Installing via zip download
|
||||||
|
|
||||||
1. Install [NodeJS](https://nodejs.org/en) (latest LTS version is recommended)
|
1. Install [NodeJS](https://nodejs.org/en) (latest LTS version is recommended)
|
||||||
2. Download the zip from this GitHub repo. (Get the `Source code (zip)` from [Releases](https://github.com/Cohee1207/SillyTavern/releases/latest))
|
2. Download the zip from this GitHub repo. (Get the `Source code (zip)` from [Releases](https://github.com/SillyTavern/SillyTavern/releases/latest))
|
||||||
3. Unzip it into a folder of your choice
|
3. Unzip it into a folder of your choice
|
||||||
4. Run `Start.bat` via double-clicking or in a command line.
|
4. Run `Start.bat` via double-clicking or in a command line.
|
||||||
5. Once the server has prepared everything for you, it will open a tab in your browser.
|
5. Once the server has prepared everything for you, it will open a tab in your browser.
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"**Links**<br>\n",
|
"**Links**<br>\n",
|
||||||
"Extensions API GitHub: https://github.com/Cohee1207/SillyTavern-extras/<br>\n",
|
"Extensions API GitHub: https://github.com/SillyTavern/SillyTavern-extras/<br>\n",
|
||||||
"SillyTavern community Discord (support and discussion): https://discord.gg/RZdyAEUPvj"
|
"SillyTavern community Discord (support and discussion): https://discord.gg/RZdyAEUPvj"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -97,7 +97,7 @@
|
|||||||
"\n",
|
"\n",
|
||||||
"\n",
|
"\n",
|
||||||
"%cd /\n",
|
"%cd /\n",
|
||||||
"!git clone https://github.com/Cohee1207/SillyTavern-extras\n",
|
"!git clone https://github.com/SillyTavern/SillyTavern-extras\n",
|
||||||
"%cd /SillyTavern-extras\n",
|
"%cd /SillyTavern-extras\n",
|
||||||
"!git clone https://github.com/Cohee1207/tts_samples\n",
|
"!git clone https://github.com/Cohee1207/tts_samples\n",
|
||||||
"!npm install -g localtunnel\n",
|
"!npm install -g localtunnel\n",
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Cohee1207/SillyTavern.git"
|
"url": "https://github.com/SillyTavern/SillyTavern.git"
|
||||||
},
|
},
|
||||||
"version": "1.6.5",
|
"version": "1.6.5",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -2034,7 +2034,7 @@
|
|||||||
<div id="rm_extensions_block" class="drawer-content closedDrawer">
|
<div id="rm_extensions_block" class="drawer-content closedDrawer">
|
||||||
<div class="extensions_block">
|
<div class="extensions_block">
|
||||||
<h3>Extensions API:
|
<h3>Extensions API:
|
||||||
<a target="_blank" href="https://github.com/Cohee1207/SillyTavern-extras">
|
<a target="_blank" href="https://github.com/SillyTavern/SillyTavern-extras">
|
||||||
SillyTavern-extras
|
SillyTavern-extras
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
@ -359,7 +359,7 @@ const system_messages = {
|
|||||||
'<li><a target="_blank" href="https://docs.sillytavern.app/">Introduction to SillyTavern</a></li>',
|
'<li><a target="_blank" href="https://docs.sillytavern.app/">Introduction to SillyTavern</a></li>',
|
||||||
'<li><a target="_blank" href="https://docs.sillytavern.app/usage/faq/">SillyTavern FAQ</a></li>',
|
'<li><a target="_blank" href="https://docs.sillytavern.app/usage/faq/">SillyTavern FAQ</a></li>',
|
||||||
'<li><a target="_blank" href="https://docs.sillytavern.app/usage/guidebook/">SillyTavern Guidebook</a></li>',
|
'<li><a target="_blank" href="https://docs.sillytavern.app/usage/guidebook/">SillyTavern Guidebook</a></li>',
|
||||||
'<li><a target="_blank" href="https://github.com/Cohee1207/TavernAI-extras/blob/main/README.md">Extras API Docs</a></li>',
|
'<li><a target="_blank" href="https://github.com/SillyTavern/TavernAI-extras/blob/main/README.md">Extras API Docs</a></li>',
|
||||||
'<li><a target="_blank" href="https://docs.alpindale.dev/">Pygmalion AI Docs</a></li>',
|
'<li><a target="_blank" href="https://docs.alpindale.dev/">Pygmalion AI Docs</a></li>',
|
||||||
'</ol>',
|
'</ol>',
|
||||||
'Type <tt>/?</tt> in any chat to get help on message formatting commands.',
|
'Type <tt>/?</tt> in any chat to get help on message formatting commands.',
|
||||||
@ -367,9 +367,9 @@ const system_messages = {
|
|||||||
'<h3>Still have questions or suggestions left?</h3>',
|
'<h3>Still have questions or suggestions left?</h3>',
|
||||||
'<a target="_blank" href="https://discord.gg/RZdyAEUPvj">SillyTavern Community Discord</a>',
|
'<a target="_blank" href="https://discord.gg/RZdyAEUPvj">SillyTavern Community Discord</a>',
|
||||||
'<br>',
|
'<br>',
|
||||||
'<a target="_blank" href="https://github.com/Cohee1207/SillyTavern/issues">Post a GitHub issue.</a>',
|
'<a target="_blank" href="https://github.com/SillyTavern/SillyTavern/issues">Post a GitHub issue.</a>',
|
||||||
'<br>',
|
'<br>',
|
||||||
'<a target="_blank" href="https://github.com/Cohee1207/SillyTavern#questions-or-suggestions">Contact the developers.</a>',
|
'<a target="_blank" href="https://github.com/SillyTavern/SillyTavern#questions-or-suggestions">Contact the developers.</a>',
|
||||||
].join('')
|
].join('')
|
||||||
},
|
},
|
||||||
group: {
|
group: {
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"display_name": "Image Captioning",
|
"display_name": "Image Captioning",
|
||||||
"loading_order": 4,
|
"loading_order": 4,
|
||||||
"requires": [
|
"requires": [
|
||||||
"caption"
|
"caption"
|
||||||
],
|
],
|
||||||
"optional": [],
|
"optional": [],
|
||||||
"js": "index.js",
|
"js": "index.js",
|
||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"display_name": "D&D Dice",
|
"display_name": "D&D Dice",
|
||||||
"loading_order": 5,
|
"loading_order": 5,
|
||||||
"requires": [],
|
"requires": [],
|
||||||
"optional": [],
|
"optional": [],
|
||||||
"js": "index.js",
|
"js": "index.js",
|
||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"display_name": "Character Expressions",
|
"display_name": "Character Expressions",
|
||||||
"loading_order": 6,
|
"loading_order": 6,
|
||||||
"requires": [],
|
"requires": [],
|
||||||
"optional": [
|
"optional": [
|
||||||
"classify"
|
"classify"
|
||||||
],
|
],
|
||||||
"js": "index.js",
|
"js": "index.js",
|
||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"display_name": "Author's Note (Located in Lower Left Options Menu)",
|
"display_name": "Author's Note (Located in Lower Left Options Menu)",
|
||||||
"loading_order": 1,
|
"loading_order": 1,
|
||||||
"requires": [],
|
"requires": [],
|
||||||
"optional": [],
|
"optional": [],
|
||||||
"js": "index.js",
|
"js": "index.js",
|
||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -10,5 +10,5 @@
|
|||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "maceter636@proton.me",
|
"author": "maceter636@proton.me",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"display_name": "Memory",
|
"display_name": "Memory",
|
||||||
"loading_order": 9,
|
"loading_order": 9,
|
||||||
"requires": [
|
"requires": [
|
||||||
"summarize"
|
"summarize"
|
||||||
],
|
],
|
||||||
"optional": [],
|
"optional": [],
|
||||||
"js": "index.js",
|
"js": "index.js",
|
||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -9,5 +9,5 @@
|
|||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"css": "style.css",
|
"css": "style.css",
|
||||||
"author": "Cohee#1207",
|
"author": "Cohee#1207",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homePage": "https://github.com/Cohee1207/SillyTavern"
|
"homePage": "https://github.com/SillyTavern/SillyTavern"
|
||||||
}
|
}
|
||||||
|
@ -15,17 +15,17 @@ class SileroTtsProvider {
|
|||||||
provider_endpoint: "http://localhost:8001/tts",
|
provider_endpoint: "http://localhost:8001/tts",
|
||||||
voiceMap: {}
|
voiceMap: {}
|
||||||
}
|
}
|
||||||
|
|
||||||
get settingsHtml() {
|
get settingsHtml() {
|
||||||
let html = `
|
let html = `
|
||||||
<label for="silero_tts_endpoint">Provider Endpoint:</label>
|
<label for="silero_tts_endpoint">Provider Endpoint:</label>
|
||||||
<input id="silero_tts_endpoint" type="text" class="text_pole" maxlength="250" value="${this.defaultSettings.provider_endpoint}"/>
|
<input id="silero_tts_endpoint" type="text" class="text_pole" maxlength="250" value="${this.defaultSettings.provider_endpoint}"/>
|
||||||
<span>
|
<span>
|
||||||
<span>Use <a target="_blank" href="https://github.com/Cohee1207/SillyTavern-extras">SillyTavern Extras API</a> or <a target="_blank" href="https://github.com/ouoertheo/silero-api-server">Silero TTS Server</a>.</span>
|
<span>Use <a target="_blank" href="https://github.com/SillyTavern/SillyTavern-extras">SillyTavern Extras API</a> or <a target="_blank" href="https://github.com/ouoertheo/silero-api-server">Silero TTS Server</a>.</span>
|
||||||
`
|
`
|
||||||
return html
|
return html
|
||||||
}
|
}
|
||||||
|
|
||||||
onSettingsChange() {
|
onSettingsChange() {
|
||||||
// Used when provider settings are updated from UI
|
// Used when provider settings are updated from UI
|
||||||
this.settings.provider_endpoint = $('#silero_tts_endpoint').val()
|
this.settings.provider_endpoint = $('#silero_tts_endpoint').val()
|
||||||
@ -58,12 +58,12 @@ class SileroTtsProvider {
|
|||||||
clearInterval(apiCheckInterval);
|
clearInterval(apiCheckInterval);
|
||||||
}
|
}
|
||||||
}, 2000);
|
}, 2000);
|
||||||
|
|
||||||
$('#silero_tts_endpoint').val(this.settings.provider_endpoint)
|
$('#silero_tts_endpoint').val(this.settings.provider_endpoint)
|
||||||
console.info("Settings loaded")
|
console.info("Settings loaded")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
async onApplyClick() {
|
async onApplyClick() {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
@ -71,7 +71,7 @@ class SileroTtsProvider {
|
|||||||
//#################//
|
//#################//
|
||||||
// TTS Interfaces //
|
// TTS Interfaces //
|
||||||
//#################//
|
//#################//
|
||||||
|
|
||||||
async getVoice(voiceName) {
|
async getVoice(voiceName) {
|
||||||
if (this.voices.length == 0) {
|
if (this.voices.length == 0) {
|
||||||
this.voices = await this.fetchTtsVoiceIds()
|
this.voices = await this.fetchTtsVoiceIds()
|
||||||
|
Reference in New Issue
Block a user