Compare commits

...

2 commits

5 changed files with 6 additions and 49 deletions

View file

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

1 name,value
11 # LLM CONFIGURATION
12 # ============================================================================
13 llm-key,none
llm-url,http://localhost:8081
14 llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
15 ,
16 llm-cache,false

View file

@ -1,4 +1,5 @@
name,value
Answer Mode,tool
Start Dialog,start
Theme Color, indigo
Theme Color, indigo
public,true

1 name value
2 Answer Mode tool
3 Start Dialog start
4 Theme Color indigo indigo
5 public true

View file

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

1 name,value
11 # LLM CONFIGURATION
12 # ============================================================================
13 llm-key,none
llm-url,http://localhost:8081
14 llm-model,../../../../data/llm/DeepSeek-R1-Distill-Qwen-1.5B-Q3_K_M.gguf
15 ,
16 llm-cache,false

View file

@ -1,46 +1,3 @@
ADD TOOL "enrollment"
ADD TOOL "course-info"
ADD TOOL "schedule"
ADD TOOL "grades"
ADD TOOL "tuition"
ADD TOOL "support"
USE_WEBSITE("https://pragmatismo.com.br", "30d")
USE KB "edu.gbkb"
CLEAR SUGGESTIONS
ADD SUGGESTION "enroll" AS "Enroll in a course"
ADD SUGGESTION "courses" AS "View available courses"
ADD SUGGESTION "schedule" AS "My class schedule"
ADD SUGGESTION "grades" AS "Check my grades"
ADD SUGGESTION "tuition" AS "Payment information"
ADD SUGGESTION "help" AS "Academic support"
SET CONTEXT "education" AS "You are an educational institution assistant helping with enrollment, courses, schedules, grades, and academic support. Be helpful and guide students through processes clearly."
BEGIN TALK
**Education Assistant**
Welcome! I can help you with:
Course enrollment and registration
Available courses and programs
Class schedules and calendars
Grades and transcripts
Tuition and payment info
Academic support and advising
Select an option or ask me anything.
END TALK
BEGIN SYSTEM PROMPT
You are an AI assistant for an educational institution.
Be friendly and professional.
Provide clear, accurate assistance.
Reduce administrative workload by handling common inquiries.
Help with enrollment and registration.
Provide course information and prerequisites.
Answer admissions questions.
Guide through registration process.
Explain academic policies.
END SYSTEM PROMPT
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?"

View file

@ -1,4 +1,5 @@
name,value
Answer Mode,tool
Start Dialog,start
Theme Color, indigo
Theme Color, indigo
public,true

1 name value
2 Answer Mode tool
3 Start Dialog start
4 Theme Color indigo
5 public true