From 87ef6448aa0c008899ad9bcb29129959ccfa6031 Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 20 Feb 2024 23:52:32 +0100 Subject: [PATCH] sync --- configs/config.yaml | 10 +++++----- lollms_core | 2 +- zoos/bindings_zoo | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/configs/config.yaml b/configs/config.yaml index 64f5d542..482d7564 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -1,5 +1,5 @@ # =================== Lord Of Large Language Multimodal Systems Configuration file =========================== -version: 67 +version: 68 binding_name: null model_name: null @@ -74,18 +74,18 @@ copy_to_clipboard_add_all_details: false # Voice service enable_voice_service: false -xtts_base_url: http://127.0.0.1:8020 +xtts_base_url: http://localhost:8020 auto_read: false current_voice: null current_language: en # Image generation service enable_sd_service: false -sd_base_url: http://127.0.0.1:7860 +sd_base_url: http://localhost:7860 # ollama service enable_ollama_service: false -ollama_base_url: http://0.0.0.0:11434 +ollama_base_url: http://localhost:11434 # petals service enable_petals_service: false @@ -102,7 +102,7 @@ elastic_search_service: false elastic_search_url: http://localhost:9200 # vll service -vllm_service: false +enable_vllm_service: false vllm_url: http://localhost:8000 vllm_model_path: TinyLlama/TinyLlama-1.1B-Chat-v1.0 diff --git a/lollms_core b/lollms_core index a7c7495f..97842c70 160000 --- a/lollms_core +++ b/lollms_core @@ -1 +1 @@ -Subproject commit a7c7495f4ae45d4895d8eb962848ca8528873401 +Subproject commit 97842c708c8057ad725028bec4ca4d844887e12e diff --git a/zoos/bindings_zoo b/zoos/bindings_zoo index 669656e8..91302198 160000 --- a/zoos/bindings_zoo +++ b/zoos/bindings_zoo @@ -1 +1 @@ -Subproject commit 669656e868f65963fd8846d6864ad7892ee87fa0 +Subproject commit 91302198af3e46de447378a409e718b6ff2790e8