mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-05 02:25:27 +00:00
feat : slight prompt change
This commit is contained in:
parent
d6aba5fd39
commit
4f7e30b498
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user