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

Some providers like TeachAnything or Pizzagpt aren't returning responses anymore #2392

Open
unical1988 opened this issue Nov 20, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@unical1988
Copy link

I have first tested TeachAnything with test-ada-001 model and it worked 2 months ago, but now it doesn't, same for Pizzagpt.

many other providers return errors

is this accounted for / documented somewhere? how to fix these so that a seemless use of g4f can be possible?

@unical1988 unical1988 added the bug Something isn't working label Nov 20, 2024
@TheFirstNoob
Copy link

@unical1988 Hi, provide more information please.
TeachAnything use gpt3.5-turbo-0125 model and llama-3.1-70b
PizzaGPT use gpt-4o-mini model

Old model not used for most main providers and can be remove later on site. Its not g4f bug.
Set correct model and repeat for answer check

@erstrik
Copy link

erstrik commented Nov 21, 2024

Hi, I confirm I can't use PizzaGPT anymore.

your avatar

test
(1 words, 4 chars, 1 tokens)
your avatar
Pizzagpt with gpt-4o-mini
(0 words, 0 chars, 0 tokens)

@unical1988
Copy link
Author

@TheFirstNoob can you provide an exhaustive list of associations between the providers and the models they use?

@TheFirstNoob
Copy link

@unical1988 You can use this full list: https://github.com/xtekky/gpt4free/blob/main/g4f/models.py#L83
Or open g4f/Provider/Name provider and see what models each provider use direclty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants
@TheFirstNoob @erstrik @unical1988 @xtekky and others