add OPENAI_ACCESS_TOKEN to compose example #2168
Reference in New Issue
Block a user
Delete Branch "patch-1"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With this change it works if you set the openai token in your .env
Status: Working
Just added a little note so self-hosters remember to set spend limits on their account.
@@ -42,2 +42,4 @@DB_PORT: 5432REDIS_URL: redis://redis:6379/1# NOTE: enabling OpenAI will incur costs when you use AI-related features in the app (chat, rules). Make sure you have set appropriate spend limits on your account before adding this.OPENAI_ACCESS_TOKEN: ${OPENAI_ACCESS_TOKEN}