Removed OPENAI_API_KEY from script to prevent override by environment variable
This commit is contained in:
parent
70f136eaca
commit
64b72b49d7
@ -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)
|
||||
|
Reference in New Issue
Block a user