Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chat.g4f.ai nor selfhosted are not working atm #110

Open
TheGroxEmpire opened this issue Jun 18, 2023 · 1 comment
Open

chat.g4f.ai nor selfhosted are not working atm #110

TheGroxEmpire opened this issue Jun 18, 2023 · 1 comment

Comments

@TheGroxEmpire
Copy link

The chat.g4f.ai version are stuck without response.

image

Same with the selfhosted version. This is the output log:

image

@TheGroxEmpire TheGroxEmpire changed the title chat.g4f.ai nor selfhosted are working atm chat.g4f.ai nor selfhosted are not working atm Jun 18, 2023
@kak7NotSupported
Copy link

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:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants