sharjeel1477 commited on
Commit
e435187
·
1 Parent(s): cbceb4e
Files changed (1) hide show
  1. ask.py +1 -1
ask.py CHANGED
@@ -19,7 +19,7 @@ def askQuestion(brain, question, temperature, maxTokens):
19
  # index = GPTSimpleVectorIndex.load_from_disk('index.json')
20
 
21
  # For Q-A set this value to 4, For Content-Genration set this value b/w 7-10.
22
- data_chunks = 6
23
 
24
  # prompt query goes here
25
  # query="summarize in full detail the solution that dimetyd is providing, and previous email sequences which can be used as a context knowledge"
 
19
  # index = GPTSimpleVectorIndex.load_from_disk('index.json')
20
 
21
  # For Q-A set this value to 4, For Content-Genration set this value b/w 7-10.
22
+ data_chunks = 5
23
 
24
  # prompt query goes here
25
  # query="summarize in full detail the solution that dimetyd is providing, and previous email sequences which can be used as a context knowledge"