Skip to content

Commit

Permalink
Modify Many Things
Browse files Browse the repository at this point in the history
  • Loading branch information
locmaymo committed May 6, 2024
1 parent 05db255 commit 14a7f89
Show file tree
Hide file tree
Showing 57 changed files with 1,219 additions and 115 deletions.
23 changes: 16 additions & 7 deletions default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
dataRoot: ./data
# -- SERVER CONFIGURATION --
# Listen for incoming connections
listen: false
listen: true
# Server port
port: 8000
# -- SECURITY CONFIGURATION --
# Toggle whitelist mode
whitelistMode: true
whitelistMode: false
# Whitelist will also verify IP in X-Forwarded-For / X-Real-IP headers
enableForwardedWhitelist: true
# Whitelist of allowed IP addresses
Expand All @@ -21,20 +21,20 @@ basicAuthUser:
username: "user"
password: "password"
# Enables CORS proxy middleware
enableCorsProxy: false
enableCorsProxy: true
# Enable multi-user mode
enableUserAccounts: false
enableUserAccounts: true
# Enable discreet login mode: hides user list on the login screen
enableDiscreetLogin: false
enableDiscreetLogin: true
# Used to sign session cookies. Will be auto-generated if not set
cookieSecret: ''
# Disable CSRF protection - NOT RECOMMENDED
disableCsrfProtection: false
# Disable startup security checks - NOT RECOMMENDED
securityOverride: false
securityOverride: true
# -- ADVANCED CONFIGURATION --
# Open the browser automatically
autorun: true
autorun: false
# Disable thumbnail generation
disableThumbnails: false
# Thumbnail quality (0-100)
Expand Down Expand Up @@ -93,3 +93,12 @@ deepl:
formality: default
# -- SERVER PLUGIN CONFIGURATION --
enableServerPlugins: false
# API key for server-to-server communication
API_KEY: ""
# Database connection settings
API_KEY: ""
DB_HOST: "localhost"
DB_PORT: 3306
DB_NAME: ""
DB_USERNAME: ""
DB_PASSWORD: ""
Binary file added default/content/Bot SillyTavern Việt Nam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added default/content/backgrounds/proxyai.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions default/content/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
"filename": "themes/Cappuccino.json",
"type": "theme"
},
{
"filename": "themes/Discord Inspired.json",
"type": "theme"
},
{
"filename": "themes/ProxyAI.me.json",
"type": "theme"
},
{
"filename": "themes/Theme C.ai.json",
"type": "theme"
},
{
"filename": "backgrounds/__transparent.png",
"type": "background"
Expand All @@ -23,6 +35,10 @@
"filename": "backgrounds/_white.jpg",
"type": "background"
},
{
"filename": "backgrounds/proxyai.jpg",
"type": "background"
},
{
"filename": "backgrounds/bedroom clean.jpg",
"type": "background"
Expand Down Expand Up @@ -103,6 +119,10 @@
"filename": "backgrounds/tavern day.jpg",
"type": "background"
},
{
"filename": "Bot Hướng Dẫn SillyTavern Việt Nam.png",
"type": "character"
},
{
"filename": "default_Seraphina.png",
"type": "character"
Expand Down
2 changes: 1 addition & 1 deletion default/content/presets/openai/Default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chat_completion_source": "openai",
"openai_model": "gpt-3.5-turbo",
"openai_model": "gpt-3.5-turbo-16k",
"claude_model": "claude-instant-v1",
"windowai_model": "",
"openrouter_model": "OR_Website",
Expand Down
Loading

0 comments on commit 14a7f89

Please sign in to comment.