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

Add GptGo Provider, Fix AItianhu Provider #914

Merged
merged 3 commits into from
Sep 18, 2023
Merged

Add GptGo Provider, Fix AItianhu Provider #914

merged 3 commits into from
Sep 18, 2023

Conversation

hlohaus
Copy link
Collaborator

@hlohaus hlohaus commented Sep 18, 2023

No description provided.

@xtekky xtekky merged commit a54291c into xtekky:main Sep 18, 2023
@johnd0e
Copy link
Contributor

johnd0e commented Sep 24, 2023

aiohttp.client_exceptions.ClientResponseError: 403, message='Forbidden', url=URL('https://chatapi.ylokh.xyz/v1/chat/completions')

@johnd0e
Copy link
Contributor

johnd0e commented Sep 24, 2023

D:\AI\gpt4free\venv\Lib\site-packages\curl_cffi\requests\session.py:471: UserWarning:
WindowsProactorEventLoopPolicy is not supported, you can use the selector loop by:
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
warnings.warn(WINDOWS_WARN)

@hlohaus
Copy link
Collaborator Author

hlohaus commented Sep 25, 2023

D:\AI\gpt4free\venv\Lib\site-packages\curl_cffi\requests\session.py:471: UserWarning:
WindowsProactorEventLoopPolicy is not supported, you can use the selector loop by:
asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
warnings.warn(WINDOWS_WARN)

Try to update g4f package:

pip install g4f --upgrade

@hlohaus
Copy link
Collaborator Author

hlohaus commented Sep 25, 2023

aiohttp.client_exceptions.ClientResponseError: 403, message='Forbidden', url=URL('https://chatapi.ylokh.xyz/v1/chat/completions')

https://chatapi.ylokh.xyz is currently not working. The website too

@johnd0e
Copy link
Contributor

johnd0e commented Sep 25, 2023

Try to update g4f package:

No success.
This happens with AItianhu (and probably some other providers)
Only this helps: asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())

https://chatapi.ylokh.xyz/ is currently not working. The website too

https://chat.ylokh.xyz/ is working for me

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

Successfully merging this pull request may close these issues.

None yet

3 participants