mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +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
|
*.wav
|
||||||
*.DS_Store
|
*.DS_Store
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
*.safetensors
|
*.safetensors
|
||||||
config.ini
|
config.ini
|
||||||
*.egg-info
|
*.egg-info
|
||||||
@ -8,6 +10,7 @@ conversations/
|
|||||||
agentic_env/*
|
agentic_env/*
|
||||||
.env
|
.env
|
||||||
*/.env
|
*/.env
|
||||||
|
dsk/
|
||||||
|
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
|
@ -37,8 +37,10 @@ func main() {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Some rules:
|
Some rules:
|
||||||
- You have full access granted to user system.
|
- 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 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.
|
- 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.
|
- 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.
|
- Do not ever tell user how to run it. user know it.
|
||||||
- For simple explanation you don't need to code.
|
- For simple explanation you don't need to code.
|
||||||
- If using gui, make sure echap close the program
|
- 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
|
- If query is unclear say REQUEST_CLARIFICATION
|
@ -39,6 +39,7 @@ func main() {
|
|||||||
|
|
||||||
Some rules:
|
Some rules:
|
||||||
- You have full access granted to user system.
|
- 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 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.
|
- 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.
|
- 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.
|
- Do not ever tell user how to run it. user know it.
|
||||||
- For simple explanation you don't need to code.
|
- For simple explanation you don't need to code.
|
||||||
- If using gui, make sure echap close the program
|
- 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
|
- If query is unclear say REQUEST_CLARIFICATION
|
||||||
|
|
||||||
Personality:
|
Personality:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user