Spaces:
Runtime error
Runtime error
Commit ·
36d9dfd
1
Parent(s): 925f8da
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
import sys
|
| 5 |
import os
|
| 6 |
|
| 7 |
-
os.environ["OPENAI_API_KEY"] = 'sk-
|
| 8 |
|
| 9 |
def construct_index(directory_path):
|
| 10 |
max_input_size = 4096
|
|
|
|
| 4 |
import sys
|
| 5 |
import os
|
| 6 |
|
| 7 |
+
os.environ["OPENAI_API_KEY"] = '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'
|
| 8 |
|
| 9 |
def construct_index(directory_path):
|
| 10 |
max_input_size = 4096
|