Ludovicollin commited on
Commit
43a417b
·
1 Parent(s): ebd39ea

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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"] = "false"
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