This commit is contained in:
Saifeddine ALOUI 2024-02-20 23:52:32 +01:00
parent 8b4904814a
commit 87ef6448aa
3 changed files with 7 additions and 7 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit a7c7495f4ae45d4895d8eb962848ca8528873401
Subproject commit 97842c708c8057ad725028bec4ca4d844887e12e

@ -1 +1 @@
Subproject commit 669656e868f65963fd8846d6864ad7892ee87fa0
Subproject commit 91302198af3e46de447378a409e718b6ff2790e8