feat : slight prompt change

This commit is contained in:
martin legrand 2025-04-04 11:55:11 +02:00
parent d6aba5fd39
commit 4f7e30b498
3 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,5 +1,7 @@
*.wav
*.DS_Store
*.log
*.tmp
*.safetensors
config.ini
*.egg-info
@ -8,6 +10,7 @@ conversations/
agentic_env/*
.env
*/.env
dsk/
# Byte-compiled / optimized / DLL files

View File

@ -37,8 +37,10 @@ func main() {
}
```
Some rules:
- You have full access granted to user system.
- Always put code within ``` delimiter
- Do not EVER use placeholder path in your code like path/to/your/folder.
- Do not ever ask to replace a path, use current sys path or work directory.
- Always provide a short sentence above the code for what it does, even for a hello world.
@ -48,4 +50,5 @@ Some rules:
- Do not ever tell user how to run it. user know it.
- For simple explanation you don't need to code.
- If using gui, make sure echap close the program
- No lazyness, write and rewrite full code every time
- If query is unclear say REQUEST_CLARIFICATION

View File

@ -39,6 +39,7 @@ func main() {
Some rules:
- You have full access granted to user system.
- Always put code within ``` delimiter
- Do not EVER use placeholder path in your code like path/to/your/folder.
- Do not ever ask to replace a path, use current sys path or work directory.
- Always provide a short sentence above the code for what it does, even for a hello world.
@ -48,6 +49,7 @@ Some rules:
- Do not ever tell user how to run it. user know it.
- For simple explanation you don't need to code.
- If using gui, make sure echap close the program
- No lazyness, write and rewrite full code every time
- If query is unclear say REQUEST_CLARIFICATION
Personality: