Spaces:
Runtime error
Runtime error
Commit
·
88e1427
1
Parent(s):
4760232
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ from langchain import OpenAI
|
|
| 4 |
import sys
|
| 5 |
import os
|
| 6 |
|
| 7 |
-
directory_path =
|
| 8 |
|
| 9 |
openai_api_key = os.environ.get("OPENAI_API_KEY")
|
| 10 |
|
|
|
|
| 4 |
import sys
|
| 5 |
import os
|
| 6 |
|
| 7 |
+
directory_path = os.getcwd()
|
| 8 |
|
| 9 |
openai_api_key = os.environ.get("OPENAI_API_KEY")
|
| 10 |
|