Spaces:
Runtime error
Runtime error
Pouya
commited on
Commit
•
7e10b34
1
Parent(s):
5dfa87c
Update app.py
Browse files
app.py
CHANGED
@@ -16,8 +16,8 @@ key = "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"
|
|
16 |
os.environ["OPENAI_API_KEY"] = key
|
17 |
|
18 |
# Define the path to your document files
|
19 |
-
file1 = "./DIVISION OF ASSETS AFTER DIVORCE.txt"
|
20 |
-
file2 = "./INHERITANCE.txt"
|
21 |
|
22 |
|
23 |
# Function to initialize the OpenAI embeddings and model
|
|
|
16 |
os.environ["OPENAI_API_KEY"] = key
|
17 |
|
18 |
# Define the path to your document files
|
19 |
+
file1 = "./data/DIVISION OF ASSETS AFTER DIVORCE.txt"
|
20 |
+
file2 = "./data/INHERITANCE.txt"
|
21 |
|
22 |
|
23 |
# Function to initialize the OpenAI embeddings and model
|