sharjeel1477 commited on
Commit
cbceb4e
·
1 Parent(s): 6931d65

Update ask.py

Browse files
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 = 7
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 = 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"