dh-mc commited on
Commit
586884e
·
1 Parent(s): fabb1cc

added chat

Browse files
Files changed (1) hide show
  1. Makefile +3 -0
Makefile CHANGED
@@ -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