Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -208,7 +208,7 @@ A culturally authentic and conversational response to the question: '{question}'
|
|
| 208 |
|
| 209 |
# MAIN
|
| 210 |
if __name__ == "__main__":
|
| 211 |
-
Config.load_environment(".
|
| 212 |
Config.print_environment()
|
| 213 |
|
| 214 |
# Initialize OpenAI LLM for parsing
|
|
|
|
| 208 |
|
| 209 |
# MAIN
|
| 210 |
if __name__ == "__main__":
|
| 211 |
+
Config.load_environment(".", "genz.dev1")
|
| 212 |
Config.print_environment()
|
| 213 |
|
| 214 |
# Initialize OpenAI LLM for parsing
|