models
Browse files- models/openai_vs.index +1 -1
- models/openai_vs.pkl +2 -2
- 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:
|
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:
|
3 |
-
size
|
|
|
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'] + '
|
|
|
282 |
print(sources)
|
283 |
|
284 |
source = ',\n'.join(set(sources))
|
285 |
+
return result['answer'] + '\nSOURCES: ' + source
|