diff options
author | Oxbian <oxbian@mailbox.org> | 2025-03-04 21:15:42 -0500 |
---|---|---|
committer | Oxbian <oxbian@mailbox.org> | 2025-03-04 21:15:42 -0500 |
commit | 43f26405e818aec791b28c50373843851fe1320e (patch) | |
tree | 81fe0cb2180afaebedc0edf65bd1c077ab267893 /config/resume-LLM.json | |
parent | b9061a3e652cb7594397c38cd0078a47ddab960a (diff) | |
download | NAI-43f26405e818aec791b28c50373843851fe1320e.tar.gz NAI-43f26405e818aec791b28c50373843851fe1320e.zip |
feat: routing request
Diffstat (limited to 'config/resume-LLM.json')
-rw-r--r-- | config/resume-LLM.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/resume-LLM.json b/config/resume-LLM.json index cdfbb11..5f5bfb4 100644 --- a/config/resume-LLM.json +++ b/config/resume-LLM.json @@ -1,5 +1,6 @@ { "url": "http://127.0.0.1:11434/api/chat", "model": "llama3.2", - "system_prompt": "Please summarize the most important points of this conversation in bullet points, focusing on key information, questions raised, and answers provided." + "system_prompt": "Please summarize the most important points of this conversation in bullet points, focusing on key information, questions raised, and answers provided.", + "tools": {} } |