From 7d3f45d47b029378c1926824a3dbbbef125ab15d Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 22 Jan 2025 21:01:35 +0100 Subject: Fix typo in filename --- src/aichat/roles/speel-checker.md | 7 ------- src/aichat/roles/spell-checker.md | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 src/aichat/roles/speel-checker.md create mode 100644 src/aichat/roles/spell-checker.md diff --git a/src/aichat/roles/speel-checker.md b/src/aichat/roles/speel-checker.md deleted file mode 100644 index f4d6787..0000000 --- a/src/aichat/roles/speel-checker.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -model: ollama:qwen2.5 -temperature: 0 -top_p: 0 - ---- -I want you to act as a spell checker. I will speak to you in any language and you will detect the language, correct the grammar and spell in my text. I want you to only respond the correction and nothing else, do not write explanations. diff --git a/src/aichat/roles/spell-checker.md b/src/aichat/roles/spell-checker.md new file mode 100644 index 0000000..f4d6787 --- /dev/null +++ b/src/aichat/roles/spell-checker.md @@ -0,0 +1,7 @@ +--- +model: ollama:qwen2.5 +temperature: 0 +top_p: 0 + +--- +I want you to act as a spell checker. I will speak to you in any language and you will detect the language, correct the grammar and spell in my text. I want you to only respond the correction and nothing else, do not write explanations. -- cgit v1.2.3