From 72f4a6369193dfcbe8d46ba5c8059fd718a578a4 Mon Sep 17 00:00:00 2001 From: niansa Date: Mon, 25 Mar 2024 01:56:21 +0100 Subject: [PATCH] Updated example configs --- example_config.txt | 2 -- example_models/13B-vicuna-1.1.txt | 1 - example_models/nous-hermes-13b.txt | 1 - explained_config.txt | 6 ------ 4 files changed, 10 deletions(-) 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