mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-20 17:33:03 +00:00
enhanced
This commit is contained in:
parent
9aa7dbc1f3
commit
7f4de0e92f
@ -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
|
||||
|
@ -98,3 +98,4 @@ pdf_latex_path: null
|
||||
positive_boost: null
|
||||
negative_boost: null
|
||||
force_output_language_to_be: null
|
||||
fun_mode: False
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user