mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-02-20 17:33:03 +00:00
added client_id to the context
This commit is contained in:
parent
ac18f25ffa
commit
28167e0f4d
@ -845,6 +845,7 @@ class LollmsApplication(LoLLMsCom):
|
||||
|
||||
# Details
|
||||
context_details = {
|
||||
"client_id":client_id,
|
||||
"conditionning":conditionning,
|
||||
"internet_search_infos":internet_search_infos,
|
||||
"internet_search_results":internet_search_results,
|
||||
@ -858,7 +859,6 @@ class LollmsApplication(LoLLMsCom):
|
||||
"force_language":force_language,
|
||||
"fun_mode":fun_mode,
|
||||
"ai_prefix":ai_prefix
|
||||
|
||||
}
|
||||
|
||||
# Return the prepared query, original message content, and tokenized query
|
||||
|
Loading…
x
Reference in New Issue
Block a user