File size: 411 Bytes
6924805 e7ad92e |
1 2 3 4 5 6 7 8 9 10 11 12 |
#[credentials] ###use these ones before uploading it to hugging face (or any other publicly facing area if needed)
api_key = "${API_KEY}"
project_id = "${PROJECT_ID}"
app_password = "${APP_PASSWORD}"
url = "${URL}"
vector_index_id_1 = "${VECTOR_INDEX_ID_1}"
vector_index_id_2 = "${VECTOR_INDEX_ID_2}"
system_prompt_1 = "${SYS_PROMPT_1}"
system_prompt_2 = "${SYS_PROMPT_2}"
system_prompt_3 = "${SYS_PROMPT_3}" |