aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/chat-LLM.json5
-rw-r--r--config/resume-LLM.json5
-rw-r--r--config/system.json3
3 files changed, 13 insertions, 0 deletions
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."
+}
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."
+}
diff --git a/config/system.json b/config/system.json
new file mode 100644
index 0000000..9262aeb
--- /dev/null
+++ b/config/system.json
@@ -0,0 +1,3 @@
+{
+ ""
+}
ArKa projects. All rights to me, and your next child right arm.