Skip to content

Commit

Permalink
template
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gleeson committed Apr 21, 2024
1 parent e26f8e8 commit 94c38cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
export ENV="dev"
export PROJECT_PATH="/Users/<xx>/"
export OPENSEARCH_URL="https://localhost:9200"

export LOADER_CONFIG="file_loader" # defaults to s3_loader
export VECTOR_STORE_CONFIG="opensearch" # defaults to opensearch
export LLM_MODEL="local_llm" # defaults to hosted_llm

export SUMMARISE_API = "xxxxxxx"
export SUMMARISE_URL = "https://xxxx.amazonaws.com/api"
export FACTCHECK_API = "xxxxxxx"
export FACTCHECK_URL = "https://xxxx.amazonaws.com/api"
export GLOSSERY_API = "xxxxxxx"
export GLOSSERY_URL = "https://xxxx.amazonaws.com/api"
export CONVERSATION_API = "xxxxxxx"
export CONVERSATION_URL = "https://xxxx.amazonaws.com/api"

0 comments on commit 94c38cd

Please sign in to comment.