diff options
Diffstat (limited to 'bin/gpt')
-rwxr-xr-x | bin/gpt/gpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/gpt/gpt b/bin/gpt/gpt index 1fa78d7..c17ab69 100755 --- a/bin/gpt/gpt +++ b/bin/gpt/gpt | |||
@@ -31,8 +31,8 @@ Usage: gpt [-h] [-m MODEL] [-m4] [-b BEHAVIOR] [-t temperature] | |||
31 | [-M MAX_TOKENS] [-s] [MESSAGE] | 31 | [-M MAX_TOKENS] [-s] [MESSAGE] |
32 | 32 | ||
33 | Env: | 33 | Env: |
34 | OPENAI_API_KEY (Required) | 34 | OPENAI_API_KEY Generate API key from https://platform.openai.com/account/api-keys |
35 | Generate API key from https://platform.openai.com/account/api-keys | 35 | (Required) |
36 | 36 | ||
37 | Options: | 37 | Options: |
38 | -h, --help show this help message and exit | 38 | -h, --help show this help message and exit |
@@ -232,7 +232,7 @@ EOF | |||
232 | jq . | tee -a "$cache" | \ | 232 | jq . | tee -a "$cache" | \ |
233 | jq -r .choices[0].message.content | 233 | jq -r .choices[0].message.content |
234 | )" | 234 | )" |
235 | echo -e "${response}\n\n------\n" | 235 | echo -e "${response}\n\n======\n" |
236 | 236 | ||
237 | # Append newest message into session | 237 | # Append newest message into session |
238 | assistant_message="$(cat <<EOF | 238 | assistant_message="$(cat <<EOF |