-
-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
[Request] Some old providers now working and can be restored back #2544
Comments
how can i do that it works in the latest g4f version in Providers? @TheFirstNoob @hlohaus |
import g4f, g4f.Provider
providers = ["MyShell", "FlowGpt"]
for provider in providers:
g4f.Provider.__map__[provider].working = True
providers = " ".join(providers)
response = g4f.ChatCompletion.create("", [{"role": "user", "content": "Hello"}], providers)
print(response) They doesn't working all:
|
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again. |
Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again. |
Closing due to inactivity. |
List providers can restore at this moment from
Not_working
folder:1. AIChatFree (Gemini)Auth: No
Added in 0.4.1.2
2. AIUncensored (Uncensored + Image)Auth: No
Need update endpoints
Added in 0.4.1.2
AiChatOnline (gpt4o/-mini)
Auth: No
AiChats (gpt?/ image dalle-2)
Auth: No
Chatgpt4o (gpt4o?)
Auth: No
We can redirect to: https://unlimitedai.org/ for mini version
6. FlowGpt (Most free models)Auth: !!Yes!!! (Need to move
Need_Auth
)Note: Huge rate limits
Auth: No
8. GPROChat (Gemini)Auth: No
Added in 0.4.1.2
Auth: No/Yes
For stable work should be moved to
Need_Auth
)The text was updated successfully, but these errors were encountered: