new lollms core configuration

This commit is contained in:
Saifeddine ALOUI 2024-02-08 23:04:13 +01:00
parent a97d5e14d6
commit e6fbc6b1f0
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
version: 52
version: 53
binding_name: null
model_name: null
@ -57,6 +57,9 @@ hardware_mode: nvidia-tensorcores
# Automatically open the browser
auto_show_browser: true
# copy to clipboard
copy_to_clipboard_add_all_details: false
# Voice service
enable_voice_service: false
xtts_base_url: http://127.0.0.1:8020

View File

@ -1,5 +1,5 @@
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
version: 52
version: 53
binding_name: null
model_name: null
@ -57,6 +57,9 @@ hardware_mode: nvidia-tensorcores
# Automatically open the browser
auto_show_browser: true
# copy to clipboard
copy_to_clipboard_add_all_details: false
# Voice service
enable_voice_service: false
xtts_base_url: http://127.0.0.1:8020

View File

@ -59,7 +59,7 @@ def craft_a_tag_to_specific_text(url, text, caption):
anchor_url = f"{url}#{encoded_text}"
# Return the anchor tag
return f'<a href="{anchor_url}" target="blanc">{caption}</a>'
return anchor_url
def is_package_installed(package_name):
try: