Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
inflaton-ai/chat-with-orca-2
inflaton-ai
/
chat-with-pci-dss
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dh-mc
commited on
Jan 31, 2024
Commit
586884e
·
1 Parent(s):
fabb1cc
added chat
Browse files
Files changed (1)
hide
show
Makefile
+3
-0
Makefile
CHANGED
Viewed
@@ -5,6 +5,9 @@ start:
5
test:
6
python qa_chain_test.py
7
8
ingest:
9
python ingest.py
10
5
test:
6
python qa_chain_test.py
7
8
+
chat:
9
+
python qa_chain_test.py chat
10
+
11
ingest:
12
python ingest.py
13