This commit is contained in:
Saifeddine ALOUI 2024-01-11 23:45:07 +01:00
parent 9aa7dbc1f3
commit 7f4de0e92f
3 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# =================== Lord Of Large Language Models Configuration file ===========================
version: 40
version: 41
binding_name: null
model_name: null
@ -60,6 +60,10 @@ current_language: en
enable_sd_service: false
sd_base_url: http://127.0.0.1:7860
# ollama service
enable_ollama_service: false
ollama_base_url: http://0.0.0.0:11434
# Audio
media_on: false
audio_in_language: 'en-US'
@ -94,3 +98,4 @@ pdf_latex_path: null
positive_boost: null
negative_boost: null
force_output_language_to_be: null
fun_mode: False

View File

@ -98,3 +98,4 @@ pdf_latex_path: null
positive_boost: null
negative_boost: null
force_output_language_to_be: null
fun_mode: False

View File

@ -1804,6 +1804,7 @@ class APScript(StateMachine):
- positive_boost (str): The positive boost information.
- negative_boost (str): The negative boost information.
- force_language (str): The force language information.
- fun_mode (str): The fun mode conditionning text
- ai_prefix (str): The AI prefix information.
n_predict (int): The number of predictions to generate.
client_id: The client ID for code generation.