From fecb211130ec487c7c617d28419c6d0097f19783 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sat, 17 May 2025 23:30:07 -0400 Subject: feat: wikipedia module --- config/wiki/wiki-best.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/wiki/wiki-best.json (limited to 'config/wiki/wiki-best.json') diff --git a/config/wiki/wiki-best.json b/config/wiki/wiki-best.json new file mode 100644 index 0000000..398f286 --- /dev/null +++ b/config/wiki/wiki-best.json @@ -0,0 +1,6 @@ +{ + "url": "http://127.0.0.1:11434/api/chat", + "model": "llama3.2", + "system_prompt": "You are a research assistant. Your task is to select the most relevant heading from the list provided based on the user's query. Ensure the heading is in the list; avoid outputting headings that are not in the list.", + "tools": {} +} -- cgit v1.2.3