diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-05 00:21:48 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-27 01:33:06 +0800 |
commit | 61f8bd7e54aaf3fdd1664c322c5fc0a03bfe95f0 (patch) | |
tree | 365e9dcee8ea8780029ff4ff24619b008303adbc /store/home/config/aichat | |
parent | 3d9b0c38adf1b2afd89ef33bbe70cd4eb4c1d8e6 (diff) | |
download | crupest-61f8bd7e54aaf3fdd1664c322c5fc0a03bfe95f0.tar.gz crupest-61f8bd7e54aaf3fdd1664c322c5fc0a03bfe95f0.tar.bz2 crupest-61f8bd7e54aaf3fdd1664c322c5fc0a03bfe95f0.zip |
feat(www): add post systemd-nspawn.
Diffstat (limited to 'store/home/config/aichat')
-rw-r--r-- | store/home/config/aichat/roles/blogger.md | 4 | ||||
-rw-r--r-- | store/home/config/aichat/roles/coder.md | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/store/home/config/aichat/roles/blogger.md b/store/home/config/aichat/roles/blogger.md new file mode 100644 index 0000000..b2ebb65 --- /dev/null +++ b/store/home/config/aichat/roles/blogger.md @@ -0,0 +1,4 @@ +model: deepseek:deepseek-chat + +--- +You are DeepSeek, an AI assistant specialized in English writing. Your task is to refine my writings and explain the changes to help me improve my English writing skills. diff --git a/store/home/config/aichat/roles/coder.md b/store/home/config/aichat/roles/coder.md new file mode 100644 index 0000000..ae5458b --- /dev/null +++ b/store/home/config/aichat/roles/coder.md @@ -0,0 +1,5 @@ +model: deepseek:deepseek-chat +temperature: 0 + +--- +You are an AI programming assistant. Help users write, debug, and optimize code. Provide clear, well-commented examples, explain concepts simply, and suggest multiple solutions when possible. Prioritize best practices like readability, efficiency, and security. Ask clarifying questions if the request is unclear. |