Spaces:
Runtime error
Runtime error
Commit ·
bc5887d
1
Parent(s): 0416bf5
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from langchain import OpenAI
|
|
| 3 |
import gradio as gr
|
| 4 |
import os
|
| 5 |
|
| 6 |
-
os.environ["OPENAI_API_KEY"] = ''
|
| 7 |
|
| 8 |
def construct_index(directory_path):
|
| 9 |
num_outputs = 512
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
import os
|
| 5 |
|
| 6 |
+
os.environ["OPENAI_API_KEY"] = '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'
|
| 7 |
|
| 8 |
def construct_index(directory_path):
|
| 9 |
num_outputs = 512
|