mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-08 11:24:14 +00:00
upgraded ui
This commit is contained in:
parent
82df5893d1
commit
afab1c2f29
@ -1,5 +1,5 @@
|
||||
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
|
||||
version: 82
|
||||
version: 83
|
||||
binding_name: null
|
||||
model_name: null
|
||||
model_variant: null
|
||||
@ -109,6 +109,7 @@ petals_device: cuda
|
||||
# lollms service
|
||||
enable_lollms_service: false
|
||||
lollms_base_url: http://localhost:1234
|
||||
lollms_access_keys : "" # set a list of keys separated by coma to restrict access
|
||||
activate_lollms_server: True
|
||||
activate_ollama_emulator: True
|
||||
activate_openai_emulator: True
|
||||
|
@ -1,5 +1,5 @@
|
||||
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
|
||||
version: 82
|
||||
version: 83
|
||||
binding_name: null
|
||||
model_name: null
|
||||
model_variant: null
|
||||
@ -109,6 +109,7 @@ petals_device: cuda
|
||||
# lollms service
|
||||
enable_lollms_service: false
|
||||
lollms_base_url: http://localhost:1234
|
||||
lollms_access_keys : "" # set a list of keys separated by coma to restrict access
|
||||
activate_lollms_server: True
|
||||
activate_ollama_emulator: True
|
||||
activate_openai_emulator: True
|
||||
|
@ -150,7 +150,7 @@ class AIPersonality:
|
||||
self._user_name: str = "user"
|
||||
self._category: str = "General"
|
||||
self._category_desc: str = "General"
|
||||
self._language: str = "englsish"
|
||||
self._language: str = "english"
|
||||
self._supported_languages: str = []
|
||||
self._selected_language: str = selected_language
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user