Spaces:
Sleeping
Sleeping
Commit
·
43a417b
1
Parent(s):
ebd39ea
Update main.py
Browse files
main.py
CHANGED
@@ -93,7 +93,7 @@ async def chat_profile():
|
|
93 |
]
|
94 |
@cl.on_chat_start
|
95 |
async def start():
|
96 |
-
os.environ["TOKENIZERS_PARALLELISM"] = "
|
97 |
chat_profile = cl.user_session.get("chat_profile")
|
98 |
chatProfile = chat_profile.split(' - ')
|
99 |
|
|
|
93 |
]
|
94 |
@cl.on_chat_start
|
95 |
async def start():
|
96 |
+
os.environ["TOKENIZERS_PARALLELISM"] = environ["TOKENIZERS_PARALLELISM"]
|
97 |
chat_profile = cl.user_session.get("chat_profile")
|
98 |
chatProfile = chat_profile.split(' - ')
|
99 |
|