Archive Commit
This commit is contained in:
7
demo/.env.example
Normal file
7
demo/.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
# Required if not in demo mode
|
||||
OPENAI_ORG_ID=<<Your Org ID>>
|
||||
OPENAI_API_KEY=<<Your API Token>>
|
||||
OPENAI_MODEL="gpt-3.5-turbo"
|
||||
|
||||
# Include to skip asking OpenAI and return harcoded values
|
||||
DEMO=true
|
||||
Reference in New Issue
Block a user