diff --git a/configs/config.yaml b/configs/config.yaml index 38535e0c..b216200f 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -1,5 +1,5 @@ # =================== Lord Of Large Language Models Configuration file =========================== -version: 43 +version: 44 binding_name: null model_name: null @@ -64,6 +64,10 @@ sd_base_url: http://127.0.0.1:7860 enable_ollama_service: false ollama_base_url: http://0.0.0.0:11434 +# petals service +enable_petals_service: false +petals_base_url: http://0.0.0.0:8010 + # Audio media_on: false audio_in_language: 'en-US' diff --git a/lollms_core b/lollms_core index ea0df9ec..22e1ef85 160000 --- a/lollms_core +++ b/lollms_core @@ -1 +1 @@ -Subproject commit ea0df9ece2bb22bf02a5bbd374fe124513de5217 +Subproject commit 22e1ef85ced1e5e16f834da30a9ebb8038652325