diff --git a/example_config.txt b/example_config.txt index 45e0f4a..16a47cf 100644 --- a/example_config.txt +++ b/example_config.txt @@ -3,13 +3,11 @@ token MTA0MDYxMTQzNjUwNzk1OTMyNw.Gl_iMU.jVVM3bRqBJVi8ORVpWHquOivlASGJpRySt8qFg # The following parameters are set to their defaults here and can be ommited models_dir models texts_file none -language EN threads_only true random_response_chance 0 live_edit false default_inference_model 13b-vanilla -translation_model none prompt_file none instruct_prompt_file none diff --git a/example_models/13B-vicuna-1.1.txt b/example_models/13B-vicuna-1.1.txt index ab46e6e..95f4c0a 100644 --- a/example_models/13B-vicuna-1.1.txt +++ b/example_models/13B-vicuna-1.1.txt @@ -3,4 +3,3 @@ instruct_mode_policy force user_prompt USER: bot_prompt ASSISTANT: emits_eos true -no_translate true diff --git a/example_models/nous-hermes-13b.txt b/example_models/nous-hermes-13b.txt index 5430440..2de0b93 100644 --- a/example_models/nous-hermes-13b.txt +++ b/example_models/nous-hermes-13b.txt @@ -3,4 +3,3 @@ instruct_mode_policy allow user_prompt ### Instruction: bot_prompt ### Response: emits_eos true -no_translate true diff --git a/explained_config.txt b/explained_config.txt index aa09ba7..313b611 100644 --- a/explained_config.txt +++ b/explained_config.txt @@ -8,9 +8,6 @@ models_dir models # File containing status texts. For example, see example_texts.txt texts_file none -# Language everything is translated to (will be disabled if set to "EN" anyways) -language EN - # Weather the bot should respond to pings outside threads. Disabling this may increase load by a LOT threads_only true @@ -23,9 +20,6 @@ live_edit false # Model to use outside threads default_inference_model 13b-vanilla -# Model to be used for translation -translation_model none - # Few-shot prompt for non-instruct-mode. See example_prompt.txt prompt_file none