config: Enable llm-server by default for clean stack installs
This commit is contained in:
parent
21855fab99
commit
ffdc39a6fd
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ embedding-model,../../../../data/llm/bge-small-en-v1.5-f32.gguf
|
|||
# ============================================================================
|
||||
# LLM SERVER CONFIGURATION
|
||||
# ============================================================================
|
||||
llm-server,false
|
||||
llm-server,true
|
||||
llm-server-path,botserver-stack/bin/llm/build/bin
|
||||
llm-server-host,0.0.0.0
|
||||
llm-server-port,8081
|
||||
|
|
|
|||
|
Loading…
Add table
Reference in a new issue