diff --git a/bots/core/default.gbai/default.gbot/config.csv b/bots/core/default.gbai/default.gbot/config.csv index 736c01d..de12dc3 100644 --- a/bots/core/default.gbai/default.gbot/config.csv +++ b/bots/core/default.gbai/default.gbot/config.csv @@ -11,7 +11,6 @@ sites_root,/tmp # LLM CONFIGURATION # ============================================================================ llm-key,none -llm-url,http://localhost:8081 llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf , llm-cache,false diff --git a/bots/edu.gbai/edu.gbot/config.csv b/bots/edu.gbai/edu.gbot/config.csv index 7e6e6b2..535322d 100644 --- a/bots/edu.gbai/edu.gbot/config.csv +++ b/bots/edu.gbai/edu.gbot/config.csv @@ -1,4 +1,5 @@ name,value Answer Mode,tool Start Dialog,start -Theme Color, indigo \ No newline at end of file +Theme Color, indigo +public,true diff --git a/default.gbai/default.gbot/config.csv b/default.gbai/default.gbot/config.csv index 9aef3e4..fe8f521 100644 --- a/default.gbai/default.gbot/config.csv +++ b/default.gbai/default.gbot/config.csv @@ -11,7 +11,6 @@ sites_root,/tmp # LLM CONFIGURATION # ============================================================================ llm-key,none -llm-url,http://localhost:8081 llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf , llm-cache,false diff --git a/edu.gbai/edu.gbdialog/start.bas b/edu.gbai/edu.gbdialog/start.bas index adaab8a..8b60cee 100644 --- a/edu.gbai/edu.gbdialog/start.bas +++ b/edu.gbai/edu.gbdialog/start.bas @@ -1,3 +1,3 @@ USE_WEBSITE("https://pragmatismo.com.br", "30d") -TALK "Você pode me perguntar sobre qualquer coisa... " \ No newline at end of file +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?" \ No newline at end of file diff --git a/edu.gbai/edu.gbot/config.csv b/edu.gbai/edu.gbot/config.csv index 7e6e6b2..184df9f 100644 --- a/edu.gbai/edu.gbot/config.csv +++ b/edu.gbai/edu.gbot/config.csv @@ -1,4 +1,5 @@ name,value Answer Mode,tool Start Dialog,start -Theme Color, indigo \ No newline at end of file +Theme Color, indigo +public,true