Spaces:
Sleeping
Sleeping
taratrankennedy
commited on
Commit
•
7169e54
1
Parent(s):
b0c8a78
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ os.environ["TOKENIZERS_PARALLELISM"] = "false"
|
|
7 |
|
8 |
|
9 |
# Initialize paths and model identifiers for easy configuration and maintenance
|
10 |
-
filename = "
|
11 |
retrieval_model_name = 'output/sentence-transformer-finetuned/'
|
12 |
|
13 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|
|
|
7 |
|
8 |
|
9 |
# Initialize paths and model identifiers for easy configuration and maintenance
|
10 |
+
filename = "output_chess_details.txt" # Path to the file storing chess-specific details
|
11 |
retrieval_model_name = 'output/sentence-transformer-finetuned/'
|
12 |
|
13 |
openai.api_key = os.environ["OPENAI_API_KEY"]
|