diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 572056eca..5904f91f0 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -9,7 +9,7 @@ assignees: ''
> **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
**Describe the bug**
@@ -37,7 +37,7 @@ Providing the logs from the browser DevTools console (opened by pressing the F12
- Environment: [cloud, local]
- Node.js version (if applicable): [run `node --version` in cmd]
- Browser [e.g. chrome, safari]
- - Generation API [e.g. KoboldAI, OpenAI]
+ - Generation API [e.g. KoboldAI, OpenAI]
- Branch [main, dev]
- Model [e.g. Pygmalion 6b, LLaMa 13b]
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index ad2eb1b2b..fd5b3399c 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -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
**Is your feature request related to a problem? Please describe.**
diff --git a/.github/readme.md b/.github/readme.md
index ff18c9833..f1c2c5922 100644
--- a/.github/readme.md
+++ b/.github/readme.md
@@ -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.
@@ -46,7 +46,7 @@ Get in touch with the developers directly:
* Discord: Cohee#1207 or RossAscends#1779
* 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
@@ -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.
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 Dev Branch: `git clone https://github.com/Cohee1207/SillyTavern -b dev`
+* for Main Branch: `git clone https://github.com/SillyTavern/SillyTavern -b main`
+* 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.
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
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
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.
diff --git a/colab/GPU.ipynb b/colab/GPU.ipynb
index ba46cf0d3..ff9696a6f 100644
--- a/colab/GPU.ipynb
+++ b/colab/GPU.ipynb
@@ -6,7 +6,7 @@
"metadata": {},
"source": [
"**Links**
\n",
- "Extensions API GitHub: https://github.com/Cohee1207/SillyTavern-extras/
\n",
+ "Extensions API GitHub: https://github.com/SillyTavern/SillyTavern-extras/
\n",
"SillyTavern community Discord (support and discussion): https://discord.gg/RZdyAEUPvj"
]
},
@@ -97,7 +97,7 @@
"\n",
"\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",
"!git clone https://github.com/Cohee1207/tts_samples\n",
"!npm install -g localtunnel\n",
diff --git a/package.json b/package.json
index b536ec01c..4730c703e 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
"license": "AGPL-3.0",
"repository": {
"type": "git",
- "url": "https://github.com/Cohee1207/SillyTavern.git"
+ "url": "https://github.com/SillyTavern/SillyTavern.git"
},
"version": "1.6.5",
"scripts": {
diff --git a/public/index.html b/public/index.html
index 774a1ab52..932c4dafb 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2034,7 +2034,7 @@