kak7

Results 1 comments of kak7

Hi, I had the same issue. You can try to read the error that comes in the response: In backend.py line 81 ```python def stream(): for chunk in gpt_resp.iter_lines(): print(type(chunk))...