Skip to content

Commit

Permalink
env-example
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt committed Feb 26, 2025
1 parent 3244b2a commit 1217ef6
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Make a copy of this file with the name .env and assign values to variables

# How you connect to Elasticsearch: change details to your instance
ELASTICSEARCH_URL=
ELASTICSEARCH_API_KEY=
# If not using API key, uncomment these and fill them in:
# ELASTICSEARCH_USER=elastic
# ELASTICSEARCH_PASSWORD=elastic

# OpenAI Configuration
OPENAI_API_KEY=

# Model Configuration

# Optional Configuration
# LOG_LEVEL=INFO
# DEBUG=False

0 comments on commit 1217ef6

Please sign in to comment.