Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from gpt_index import GPTSimpleVectorIndex
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
|
5 |
-
os.environ["OPENAI_API_KEY"] = "sk-
|
6 |
|
7 |
def chatbot(input_text):
|
8 |
index = GPTSimpleVectorIndex.load_from_disk('index.json')
|
|
|
2 |
import gradio as gr
|
3 |
import os
|
4 |
|
5 |
+
os.environ["OPENAI_API_KEY"] = "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"
|
6 |
|
7 |
def chatbot(input_text):
|
8 |
index = GPTSimpleVectorIndex.load_from_disk('index.json')
|