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

[Request] Some old providers now working and can be restored back #2544

Open
TheFirstNoob opened this issue Jan 7, 2025 · 4 comments
Open
Labels

Comments

@TheFirstNoob
Copy link

TheFirstNoob commented Jan 7, 2025

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

  1. AiChatOnline (gpt4o/-mini)
    Auth: No

  2. AiChats (gpt?/ image dalle-2)
    Auth: No

  3. 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

  1. FreeNetfly (gpt4o-mini)
    Auth: No

8. GPROChat (Gemini)
Auth: No

Added in 0.4.1.2

  1. MyShell (gpt4o-mini free/ other request auth)
    Auth: No/Yes
    For stable work should be moved to Need_Auth)
@DeveleplorAbdullahH
Copy link

how can i do that it works in the latest g4f version in Providers? @TheFirstNoob @hlohaus

@hlohaus
Copy link
Collaborator

hlohaus commented Jan 8, 2025

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:

g4f.errors.RetryProviderError: RetryProvider failed:
MyShell: NameError: name 'WebDriverSession' is not defined
FlowGpt: ResponseStatusError: Response 429: Rate limit

Copy link

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

@github-actions github-actions bot added stale and removed stale labels Jan 17, 2025
Copy link

Bumping this issue because it has been open for 7 days with no activity. Closing automatically in 7 days unless it becomes active again.

@github-actions github-actions bot added the stale label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants