Rebranding of Extras project

This commit is contained in:
SillyLossy
2023-05-09 12:33:16 +03:00
parent 0b37c8bb2a
commit b93bdc4876
3 changed files with 8 additions and 8 deletions

View File

@@ -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",