From 25cf2d92f3198ba7541dad979eca1f9c1238ff04 Mon Sep 17 00:00:00 2001 From: Oxbian Date: Sun, 2 Mar 2025 18:54:59 -0500 Subject: feat: llama.cpp -> ollama API + reading from stream --- config/resume-LLM.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/resume-LLM.json (limited to 'config/resume-LLM.json') 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." +} -- cgit v1.2.3