mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-21 05:33:12 +00:00
added current_language
This commit is contained in:
parent
6e828dda82
commit
0c966fd5dc
@ -986,6 +986,7 @@ class LollmsApplication(LoLLMsCom):
|
||||
"discussion_messages":discussion_messages,
|
||||
"positive_boost":positive_boost,
|
||||
"negative_boost":negative_boost,
|
||||
"current_language":self.config.current_language,
|
||||
"fun_mode":fun_mode,
|
||||
"ai_prefix":ai_prefix
|
||||
}
|
||||
|
@ -2089,7 +2089,7 @@ class APScript(StateMachine):
|
||||
- discussion_messages (str): The discussion messages information.
|
||||
- positive_boost (str): The positive boost information.
|
||||
- negative_boost (str): The negative boost information.
|
||||
- force_language (str): The force language information.
|
||||
- current_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.
|
||||
|
Loading…
Reference in New Issue
Block a user