Skip to content

Commit d8522af

Browse files
committed
Update data
1 parent 916cfaf commit d8522af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/data.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
I am born in Italy on May 1996
1+
I was born in Italy on May 1996
22
I have two sisters and one brother

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from models.AnswerModel import Answer
1313
from models.QuestionModel import Question
1414

15-
os.environ["OPENAI_API_KEY"] = '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'
15+
os.environ["OPENAI_API_KEY"] = 'API-KEY'
1616

1717
# save to disk and reuse the model (repeated queries on the same data)
1818
PERSIST = False

0 commit comments

Comments
 (0)