diff options
Diffstat (limited to 'config/resume-LLM.json')
-rw-r--r-- | config/resume-LLM.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/resume-LLM.json b/config/resume-LLM.json new file mode 100644 index 0000000..cdfbb11 --- /dev/null +++ b/config/resume-LLM.json @@ -0,0 +1,5 @@ +{ + "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." +} |