Spaces:
Running
Running
disable chat history by default
Browse files- .env.example +1 -1
- data/questions_with_faq.txt +0 -2
.env.example
CHANGED
@@ -26,7 +26,7 @@ HF_PIPELINE_DEVICE_TYPE=
|
|
26 |
# LOAD_QUANTIZED_MODEL=8bit
|
27 |
|
28 |
DISABLE_MODEL_PRELOADING=true
|
29 |
-
CHAT_HISTORY_ENABLED=
|
30 |
SHOW_PARAM_SETTINGS=false
|
31 |
SHARE_GRADIO_APP=false
|
32 |
PDF_FILE_BASE_URL=https://chat-with-llama-2.netlify.app/pdfs/pci_dss_v4/
|
|
|
26 |
# LOAD_QUANTIZED_MODEL=8bit
|
27 |
|
28 |
DISABLE_MODEL_PRELOADING=true
|
29 |
+
CHAT_HISTORY_ENABLED=false
|
30 |
SHOW_PARAM_SETTINGS=false
|
31 |
SHARE_GRADIO_APP=false
|
32 |
PDF_FILE_BASE_URL=https://chat-with-llama-2.netlify.app/pdfs/pci_dss_v4/
|
data/questions_with_faq.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
What's PCI DSS?
|
2 |
Can you summarize the changes made from PCI DSS version 3.2.1 to version 4.0?
|
3 |
-
new requirements for vulnerability assessments
|
4 |
-
more on penetration testing
|
5 |
Can entities be PCI DSS compliant if they have performed vulnerability scans at least once every three months, but do not have four “passing” scans?
|
6 |
What is the meaning of “initial PCI DSS assessment”?
|
7 |
Which PCI standards apply to card manufacturers, embossers, card personalizers, or entities that prepare data for card manufacturing?
|
|
|
1 |
What's PCI DSS?
|
2 |
Can you summarize the changes made from PCI DSS version 3.2.1 to version 4.0?
|
|
|
|
|
3 |
Can entities be PCI DSS compliant if they have performed vulnerability scans at least once every three months, but do not have four “passing” scans?
|
4 |
What is the meaning of “initial PCI DSS assessment”?
|
5 |
Which PCI standards apply to card manufacturers, embossers, card personalizers, or entities that prepare data for card manufacturing?
|