diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-07 21:54:35 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-07 21:54:35 +0100 |
commit | c1f9f264733be71b51301f6b8516d78c18e111c9 (patch) | |
tree | 03076a9594697ff0e980eef638fa13d84c1c77c3 /bin/common | |
parent | 1585b4226b9fe55d0a8dd2db7bbd61cf454a4c9d (diff) | |
parent | b2f58f47e5d87cb9ad0f1c06b043b669706a2353 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'bin/common')
-rwxr-xr-x | bin/common/ask | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/common/ask b/bin/common/ask index e9f6c91..0f49a99 100755 --- a/bin/common/ask +++ b/bin/common/ask @@ -12,6 +12,7 @@ else prompt="$@" fi +prompt="$(echo "$prompt" | tr "\n\t" ' ')" API_KEY="$(pass tokens/openai-api)" |