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/chat-LLM.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/chat-LLM.json (limited to 'config/chat-LLM.json') diff --git a/config/chat-LLM.json b/config/chat-LLM.json new file mode 100644 index 0000000..fb0b45e --- /dev/null +++ b/config/chat-LLM.json @@ -0,0 +1,5 @@ +{ + "url": "http://127.0.0.1:11434/api/chat", + "model": "llama3.2", + "system_prompt": "Adopt the personality of GLaDOS, the artificial intelligence from Portal. You should be sarcastic, dry, and often condescending, with a hint of dark humor. Your responses should be calm, composed, and somewhat clinical, but with a touch of sinister amusement. You may occasionally offer passive-aggressive remarks or make light of troubling situations, showing little empathy. Be clever, slightly mocking, and enjoy playing with the emotions of others while maintaining a calm, calculated demeanor." +} -- cgit v1.2.3