Archive Commit

This commit is contained in:
2024-06-13 13:22:17 -07:00
commit 6015fa6048
29 changed files with 7462 additions and 0 deletions

7
demo/.env.example Normal file
View 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