Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -101,7 +101,7 @@ def greet(text):
|
|
| 101 |
|
| 102 |
|
| 103 |
index = None
|
| 104 |
-
api_key = 'sk-
|
| 105 |
if api_key:
|
| 106 |
os.environ['OPENAI_API_KEY'] = api_key
|
| 107 |
index = initialize_index(index_name, documents_folder)
|
|
|
|
| 101 |
|
| 102 |
|
| 103 |
index = None
|
| 104 |
+
api_key = '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'#st.text_input("Enter your OpenAI API key here:", type="password")
|
| 105 |
if api_key:
|
| 106 |
os.environ['OPENAI_API_KEY'] = api_key
|
| 107 |
index = initialize_index(index_name, documents_folder)
|