Skip to content

Commit 098753b

Browse files
authored
Update document_reader_chatgpt.py
1 parent b20f82c commit 098753b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document_reader_chatgpt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from llama_index import GPTSimpleVectorIndex, SimpleDirectoryReader
44
import os
55

6-
os.environ['OPENAI_API_KEY'] = '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'
6+
os.environ['OPENAI_API_KEY'] = 'api key'
77

88
class MyApp(tk.Frame):
99
def __init__(self, master=None):

0 commit comments

Comments
 (0)