Update: config.csv files
This commit is contained in:
parent
9170b37474
commit
dd3d8c74dd
5 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,6 @@ sites_root,/tmp
|
||||||
# LLM CONFIGURATION
|
# LLM CONFIGURATION
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
llm-key,none
|
llm-key,none
|
||||||
llm-url,http://localhost:8081
|
|
||||||
llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
|
llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
|
||||||
,
|
,
|
||||||
llm-cache,false
|
llm-cache,false
|
||||||
|
|
|
||||||
|
|
|
@ -2,3 +2,4 @@ name,value
|
||||||
Answer Mode,tool
|
Answer Mode,tool
|
||||||
Start Dialog,start
|
Start Dialog,start
|
||||||
Theme Color, indigo
|
Theme Color, indigo
|
||||||
|
public,true
|
||||||
|
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ sites_root,/tmp
|
||||||
# LLM CONFIGURATION
|
# LLM CONFIGURATION
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
llm-key,none
|
llm-key,none
|
||||||
llm-url,http://localhost:8081
|
|
||||||
llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
|
llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
|
||||||
,
|
,
|
||||||
llm-cache,false
|
llm-cache,false
|
||||||
|
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
USE_WEBSITE("https://pragmatismo.com.br", "30d")
|
USE_WEBSITE("https://pragmatismo.com.br", "30d")
|
||||||
|
|
||||||
TALK "Você pode me perguntar sobre qualquer coisa... "
|
TALK "Olá! Sou um assistente educacional conectado ao conteúdo da Pragmatismo. O website está sendo indexado no vector database para busca semântica. Como posso ajudar?"
|
||||||
|
|
@ -2,3 +2,4 @@ name,value
|
||||||
Answer Mode,tool
|
Answer Mode,tool
|
||||||
Start Dialog,start
|
Start Dialog,start
|
||||||
Theme Color, indigo
|
Theme Color, indigo
|
||||||
|
public,true
|
||||||
|
|
|
||||||
|
Loading…
Add table
Reference in a new issue