Spaces:
Build error
Build error
Commit ·
27f4b8a
1
Parent(s): 81ccc63
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
|