mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
new lollms core configuration
This commit is contained in:
parent
a97d5e14d6
commit
e6fbc6b1f0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user