MilanM commited on
Commit
e7ad92e
·
verified ·
1 Parent(s): 6924805

Update .streamlit/secrets.toml

Browse files
Files changed (1) hide show
  1. .streamlit/secrets.toml +7 -3
.streamlit/secrets.toml CHANGED
@@ -1,8 +1,12 @@
1
  #[credentials] ###use these ones before uploading it to hugging face (or any other publicly facing area if needed)
2
  api_key = "${API_KEY}"
3
  project_id = "${PROJECT_ID}"
4
- project_id_code = "${PROJECT_ID_CODE}"
5
  app_password = "${APP_PASSWORD}"
6
  url = "${URL}"
7
- vector_index_id = "${VECTOR_INDEX_ID}"
8
- vector_index_id_code = "${VECTOR_INDEX_ID_CODE}"
 
 
 
 
 
 
1
  #[credentials] ###use these ones before uploading it to hugging face (or any other publicly facing area if needed)
2
  api_key = "${API_KEY}"
3
  project_id = "${PROJECT_ID}"
 
4
  app_password = "${APP_PASSWORD}"
5
  url = "${URL}"
6
+
7
+ vector_index_id_1 = "${VECTOR_INDEX_ID_1}"
8
+ vector_index_id_2 = "${VECTOR_INDEX_ID_2}"
9
+
10
+ system_prompt_1 = "${SYS_PROMPT_1}"
11
+ system_prompt_2 = "${SYS_PROMPT_2}"
12
+ system_prompt_3 = "${SYS_PROMPT_3}"