diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-09 11:09:42 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-09 11:09:42 +0100 |
commit | 4ac843210dd4567fe91e4dde914bf58a444f3a25 (patch) | |
tree | 091c168be1735866bb5a111f8a399eca82b05dfa /bin/common | |
parent | 2e50f64092859ccfb0eac6163acd6a4af16bcea8 (diff) |
changed model to curie for poor reasons
Diffstat (limited to 'bin/common')
-rwxr-xr-x | bin/common/ask | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common/ask b/bin/common/ask index 140d9f6..a06e3c7 100755 --- a/bin/common/ask +++ b/bin/common/ask @@ -12,7 +12,7 @@ test -z "${inp:=$@}" && prompt="$(echo "$inp" | tr "\n\t\"" " '")" API_KEY="$(pass tokens/openai-api)" -model="text-ada-001" +model="text-curie-001" tokens="1024" temperature=0 |