chatgpt-clone
chatgpt-clone copied to clipboard
chat.g4f.ai nor selfhosted are not working atm
The chat.g4f.ai version are stuck without response.
Same with the selfhosted version. This is the output log:
Hi, I had the same issue. You can try to read the error that comes in the response:
In backend.py line 81
def stream():
for chunk in gpt_resp.iter_lines():
print(type(chunk)) # <------
print(chunk) # <------
try:
. . .
In my case I've got the message: