diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-26 21:11:08 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-26 21:11:08 +0900 |
| commit | 3762e72526b7750af1ec70ee7534b27248de152e (patch) | |
| tree | 51999b32b05d395324ace4f79f4d8a46505040b2 /ar | |
| parent | d37304ad4844f7214cae5771df422aee2e2a7792 (diff) | |
modified bin/gpt
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/gpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/gpt b/ar/.local/bin/gpt index b8b542d..ecf0dac 100755 --- a/ar/.local/bin/gpt +++ b/ar/.local/bin/gpt @@ -18,7 +18,7 @@ echo "$input" >"$tmpfile" # Process the input and open Neovim directly, ensuring it doesn't suspend nvim -c "GpChatNew" \ -c "call append(line('$'), readfile('$tmpfile'))" \ - -c "normal iKeep your responses short and simple, when asked to provide command, provide only one. Do not provide explanations unless explicitly asked for." \ + -c "normal iKeep your responses short and simple, when asked to provide command, provide only one. Do not provide explanations unless explicitly asked for. When you need to find out something about my system or the environment, rather than asking, provide a one-liner command I can execute and which output would give you the desired information, make sure to provide only one command per answer and wait for me to execute it. When providing commands that save files, make sure to use the /home/decoder/dev path. When providing commands or code always enclose them in tripple backticks with appropriate scope, bash, python etc." \ -c "normal o" \ -c "call timer_start(100, {-> feedkeys('A', 'n')})" |
