From 8bc50529ed654742295ba56baf9a7c1179281697 Mon Sep 17 00:00:00 2001 From: Kim Brian Ramberg Date: Sat, 22 Nov 2025 20:03:05 +0100 Subject: [PATCH] - --- ... Copilot but at the OS level) for text editing on my PC.md | 4 ++++ AI/README.md | 3 +++ AI/ollamaPrompt.ahk | 0 AI/ollama_models/Modelfile | 2 ++ Apps/AutoHotkey/AutoHotkey Beginner Tutorial.md | 3 +++ 5 files changed, 12 insertions(+) create mode 100644 AI/A local LLM (like Copilot but at the OS level) for text editing on my PC.md create mode 100644 AI/README.md create mode 100644 AI/ollamaPrompt.ahk create mode 100644 AI/ollama_models/Modelfile create mode 100644 Apps/AutoHotkey/AutoHotkey Beginner Tutorial.md diff --git a/AI/A local LLM (like Copilot but at the OS level) for text editing on my PC.md b/AI/A local LLM (like Copilot but at the OS level) for text editing on my PC.md new file mode 100644 index 0000000..7fa064a --- /dev/null +++ b/AI/A local LLM (like Copilot but at the OS level) for text editing on my PC.md @@ -0,0 +1,4 @@ +# A local LLM (like Copilot but at the OS level) for text editing on my PC + +https://jaaack.substack.com/p/how-i-created-a-local-llm-copilot + diff --git a/AI/README.md b/AI/README.md new file mode 100644 index 0000000..f491fda --- /dev/null +++ b/AI/README.md @@ -0,0 +1,3 @@ +# AI Related + +This folder contains any and all A.I. related notes and links etc. diff --git a/AI/ollamaPrompt.ahk b/AI/ollamaPrompt.ahk new file mode 100644 index 0000000..e69de29 diff --git a/AI/ollama_models/Modelfile b/AI/ollama_models/Modelfile new file mode 100644 index 0000000..ce546ee --- /dev/null +++ b/AI/ollama_models/Modelfile @@ -0,0 +1,2 @@ +FROM mistral +SYSTEM "You are an AI assistant that strictly follows instructions. Your responses must contain only the requested transformation—no explanations, no alternative phrasings, and no unnecessary context." diff --git a/Apps/AutoHotkey/AutoHotkey Beginner Tutorial.md b/Apps/AutoHotkey/AutoHotkey Beginner Tutorial.md new file mode 100644 index 0000000..c910a8a --- /dev/null +++ b/Apps/AutoHotkey/AutoHotkey Beginner Tutorial.md @@ -0,0 +1,3 @@ +# AutoHotkey Beginner Tutorial + +https://www.autohotkey.com/docs/v1/Tutorial.htm