mirror of
https://github.com/0xacx/chatGPT-shell-cli.git
synced 2025-02-23 02:55:29 +00:00
Formatting
This commit is contained in:
parent
3885cc7a8c
commit
e832b43b1b
@ -9,7 +9,7 @@ handleError() {
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
# Parse command line arguments
|
||||
# parse command line arguments
|
||||
while [[ "$#" -gt 0 ]]; do
|
||||
case $1 in
|
||||
-t | --temperature)
|
||||
@ -39,7 +39,7 @@ while [[ "$#" -gt 0 ]]; do
|
||||
esac
|
||||
done
|
||||
|
||||
#Set defaults
|
||||
# set defaults
|
||||
TEMPERATURE=${TEMPERATURE:-0.7}
|
||||
MAX_TOKENS=${MAX_TOKENS:-1024}
|
||||
MODEL=${MODEL:-text-davinci-003}
|
||||
|
Loading…
Reference in New Issue
Block a user