From 94c38cd0cfc69bd1575f28d06661e4e7c5d86e02 Mon Sep 17 00:00:00 2001 From: Anthoni Gleeson <anthoni.gleeson@digital.trade.gov.uk> Date: Sun, 21 Apr 2024 23:54:51 +0100 Subject: [PATCH] template --- .env.template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .env.template diff --git a/.env.template b/.env.template new file mode 100644 index 0000000..71b4a52 --- /dev/null +++ b/.env.template @@ -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" \ No newline at end of file