rohan13 commited on
Commit
f834049
·
1 Parent(s): f628ade
Files changed (3) hide show
  1. models/openai_vs.index +1 -1
  2. models/openai_vs.pkl +2 -2
  3. utils.py +1 -1
models/openai_vs.index CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35fe22797b4d41cb7bd792ffc1a912a8f9f502a80a000afc405d93ab3ec094db
3
  size 3170349
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:430bb68dfbbfd8670b2f5e98ba351d9eb1b36896242fc74c28cb052f873aa8a6
3
  size 3170349
models/openai_vs.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:451550703db0aaaee08eec61536c40057f419894374b3a69c0a1f037e90bcb68
3
- size 3604642
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da838c9c4e84dc4c6861a2176340abb8a9d76657fa86e077cf189dd0047a3c87
3
+ size 3615706
utils.py CHANGED
@@ -282,4 +282,4 @@ def generate_answer(question) -> str:
282
  print(sources)
283
 
284
  source = ',\n'.join(set(sources))
285
- return result['answer'] + 'SOURCES: ' + source
 
282
  print(sources)
283
 
284
  source = ',\n'.join(set(sources))
285
+ return result['answer'] + '\nSOURCES: ' + source