Yi Hsuan Lin
Results
1
comments of
Yi Hsuan Lin
I add monkey patch in ChatGPT __init__ function and its work fine for me ``` def __init__(self, headless: bool = True, browser="firefox", timeout=60): from gevent import monkey monkey.patch_all() ```