diff --git a/openai/runai.sh b/openai/runai.sh index 78d5917..d6314a4 100755 --- a/openai/runai.sh +++ b/openai/runai.sh @@ -1,7 +1,5 @@ #!/bin/bash -# USER SETTINGS - CHANGE AS NEEDED -OPENAI_API_KEY="" MODEL="gpt-4o" # gpt-4o, gpt-4, gpt-3.5-turbo, gpt-3.5, gpt-3, curie, babbage, davinci TEMPERATURE=0.2 # 0.0 to 1.0 (higher is more creative) MAX_TOKENS=3072 # 1 to 4096 (higher requires more API credits, but can be more accurate)