mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
PPP command and connection profiles (#4079)
* Add PPP command * Add PPP to connection profiles
This commit is contained in:
@@ -40,6 +40,7 @@ const CC_COMMANDS = [
|
||||
'stop-strings',
|
||||
'start-reply-with',
|
||||
'reasoning-template',
|
||||
'prompt-post-processing',
|
||||
];
|
||||
|
||||
const TC_COMMANDS = [
|
||||
@@ -73,6 +74,7 @@ const FANCY_NAMES = {
|
||||
'stop-strings': 'Custom Stopping Strings',
|
||||
'start-reply-with': 'Start Reply With',
|
||||
'reasoning-template': 'Reasoning Template',
|
||||
'prompt-post-processing': 'Prompt Post-Processing',
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user