-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .env.sample, remove image_url from context of image generation
- Loading branch information
1 parent
9150c03
commit 6930f32
Showing
2 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
# VideoDB Integration | ||
VIDEO_DB_API_KEY= | ||
|
||
# OpenAI config | ||
# LLM Integrations | ||
OPENAI_API_KEY= | ||
|
||
# VideoDB config | ||
VIDEO_DB_API_KEY= | ||
# only for dev | ||
VIDEO_DB_BASE_URL= | ||
# Tools | ||
REPLICATE_API_TOKEN= | ||
|
||
# Brandkit Agent | ||
INTRO_VIDEO_ID= | ||
OUTRO_VIDEO_ID= | ||
BRAND_IMAGE_ID= | ||
|
||
# Profanity Remover Agent | ||
BEEP_AUDIO_ID= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters