Skip to content

Commit

Permalink
fix: adding environment variables to .env templates
Browse files Browse the repository at this point in the history
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
  • Loading branch information
jpwsutton committed Oct 10, 2024
1 parent b6bd6e5 commit 3c9fdcb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ BEE_FRAMEWORK_LOG_SINGLE_LINE="false"
# Image Description Tool
IMAGE_DESC_VLLM_API=https://api.openai.com
IMAGE_DESC_MODEL_ID=llava-hf/llama3-llava-next-8b-hf


# Airtable Tool
# AIRTABLE_TOKEN=
# AIRTABLE_BASE=
6 changes: 6 additions & 0 deletions .env.test.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
IMAGE_DESC_VLLM_API=https://api.openai.com
IMAGE_DESC_MODEL_ID=llava-hf/llama3-llava-next-8b-hf
OPENAI_API_KEY=abc123 # pragma: allowlist secret



# Airtable Tool
# AIRTABLE_TOKEN=
# AIRTABLE_BASE=

0 comments on commit 3c9fdcb

Please sign in to comment.