From e6fbc6b1f09086632bba47a411add7d7e515e3b6 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Thu, 8 Feb 2024 23:04:13 +0100 Subject: [PATCH] new lollms core configuration --- configs/config.yaml | 5 ++++- lollms/configs/config.yaml | 5 ++++- lollms/personality.py | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/configs/config.yaml b/configs/config.yaml index 6b48b82..04e7098 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -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 diff --git a/lollms/configs/config.yaml b/lollms/configs/config.yaml index 6b48b82..04e7098 100644 --- a/lollms/configs/config.yaml +++ b/lollms/configs/config.yaml @@ -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 diff --git a/lollms/personality.py b/lollms/personality.py index 390d565..d4a6992 100644 --- a/lollms/personality.py +++ b/lollms/personality.py @@ -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'{caption}' + return anchor_url def is_package_installed(package_name): try: