Wwilcz2
Results
2
comments of
Wwilcz2
I have the same problem. I have a small testing script: ``` def thread_function(): while True: print("Thread is running") time.sleep(2) def terminate_thread(thread): if not thread.is_alive(): return res = ctypes.pythonapi.PyThreadState_SetAsyncExc(ctypes.c_long(thread.ident), ctypes.py_object(SystemExit))...
Can confirm - defaults to OpenAI regardless of what is passed in the "llm" parameter.