Update config.py

This commit is contained in:
Barbariskaa 2023-06-02 09:10:37 +03:00 committed by GitHub
parent 2ebf710f08
commit 35f50e6114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ HOST = "127.0.0.1"
CONCATENATE_RESPONSES = True
CONCATENATE_RESPONSES_STRING = "\n\n"
DESIRED_TOKENS = 200
CONTINUATION_QUERY = "(continue roleplay from the sentence where you have left, don't forget to use character names and use word she as less as possible)"
CONTINUATION_QUERY = "(continue roleplay from the sentence where you have left, don't forget to use character names)"
MARKUP_FIX = True
COOKIE_NAME = "cookies.json"
USER_MESSAGE_WORKAROUND = False
USER_MESSAGE = "Respond to the text above."
USER_MESSAGE_WORKAROUND = True
USER_MESSAGE = "Respond to the text above."