mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
only symlink dirs no unconsistent paths
This commit is contained in:
@@ -84,10 +84,6 @@ function humanizedISO8601DateTime() {
|
||||
var is_colab = process.env.colaburl !== undefined;
|
||||
var charactersPath = 'public/characters/';
|
||||
var chatsPath = 'public/chats/';
|
||||
if (is_colab && process.env.googledrive == 2) {
|
||||
charactersPath = '/content/drive/MyDrive/TavernAI/characters/';
|
||||
chatsPath = '/content/drive/MyDrive/TavernAI/chats/';
|
||||
}
|
||||
const jsonParser = express.json({ limit: '100mb' });
|
||||
const urlencodedParser = express.urlencoded({ extended: true, limit: '100mb' });
|
||||
const baseRequestArgs = { headers: { "Content-Type": "application/json" } };
|
||||
|
Reference in New Issue
Block a user