mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Rebranding of Extras project
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"source": [
|
||||
"**Links**<br>\n",
|
||||
"SillyTavern GitHub: https://github.com/Cohee1207/SillyTavern<br>\n",
|
||||
"Extensions API GitHub: https://github.com/Cohee1207/TavernAI-extras/<br>\n",
|
||||
"Extensions API GitHub: https://github.com/Cohee1207/SillyTavern-extras/<br>\n",
|
||||
"SillyTavern community Discord (support and discussion): https://discord.gg/RZdyAEUPvj<br>\n",
|
||||
"Contact the maintainer directly: Cohee#1207"
|
||||
]
|
||||
@@ -241,7 +241,7 @@
|
||||
"\n",
|
||||
"\n",
|
||||
"# ---\n",
|
||||
"# TavernAI extras\n",
|
||||
"# SillyTavern extras\n",
|
||||
"import globals\n",
|
||||
"globals.extras_url = '(disabled)'\n",
|
||||
"globals.params = []\n",
|
||||
@@ -264,11 +264,11 @@
|
||||
"if UseExtrasExtensions:\n",
|
||||
" def cloneExtras():\n",
|
||||
" %cd /\n",
|
||||
" !git clone https://github.com/Cohee1207/TavernAI-extras\n",
|
||||
" !git clone https://github.com/Cohee1207/SillyTavern-extras\n",
|
||||
" ii.addTask('clone extras', cloneExtras)\n",
|
||||
"\n",
|
||||
" def installRequirements():\n",
|
||||
" %cd /TavernAI-extras\n",
|
||||
" %cd /SillyTavern-extras\n",
|
||||
" !npm install -g localtunnel\n",
|
||||
" !pip install -r requirements.txt\n",
|
||||
" !pip install tensorflow==2.11\n",
|
||||
|
Reference in New Issue
Block a user