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

Llama 3.1 providers #2209

Open
ha1772007 opened this issue Sep 1, 2024 · 10 comments
Open

Llama 3.1 providers #2209

ha1772007 opened this issue Sep 1, 2024 · 10 comments
Assignees
Labels
bug Something isn't working stale

Comments

@ha1772007
Copy link

What are all llama 3.1 providers for free on gpt4free

@ha1772007 ha1772007 added the bug Something isn't working label Sep 1, 2024
@TheFirstNoob
Copy link

TheFirstNoob commented Sep 1, 2024

Hey, thats i use now for discord bot

"meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo": RetryProvider([DDG], shuffle=False),
            "meta-llama/Meta-Llama-3.1-70B-Instruct": RetryProvider([HuggingChat, HuggingFace, Blackbox, DeepInfra, FreeGpt], shuffle=False),
            "meta-llama/Meta-Llama-3.1-405B-Instruct-FP8": RetryProvider([HuggingChat, HuggingFace, Blackbox], shuffle=False),
            "llama-3.1-sonar-large-128k-online": RetryProvider([PerplexityLabs], shuffle=False),
            "llama-3.1-sonar-large-128k-chat": RetryProvider([PerplexityLabs], shuffle=False),

@ha1772007
Copy link
Author

PerplexityLab is making error how to fix it
image
How to fix it can you provide a guide on it

@TheFirstNoob
Copy link

i think u need more from import (from g4f libs) some not load

i use

from g4f.client import Client
from g4f.Provider import (
    RetryProvider, Chatgpt4o, FreeChatgpt, DDG, Liaobots, Blackbox, ChatGot, FreeGpt,
    HuggingChat, HuggingFace, PerplexityLabs, Pi, LiteIcoding, AiChatOnline, Pizzagpt,
    FreeNetfly, MagickPenAsk, MagickPenChat, TeachAnything, DeepInfra, ChatgptFree,
    DeepInfraImage
)

@ha1772007
Copy link
Author

Can you plz provide the list of providers for gpt-4o or gpt-4o-mini is there any way where i can see the providers of different models

@TheFirstNoob
Copy link

@ha1772007 https://github.com/TheFirstNoob/Discord-ChatGPT/blob/main/src/bot.py#L106
Actual on 3.0.2.5. After merge kqlio67 update i send new

@MorkovkAs
Copy link

@ha1772007 https://github.com/TheFirstNoob/Discord-ChatGPT/blob/main/src/bot.py#L106 Actual on 3.0.2.5. After merge kqlio67 update i send new

I asked a couple of times with different providers from the list with the gpt-4o parameter what kind of models they are. The results were surprising. Am I doing something wrong or is this the norm?

  • What are you and your version?

  • I'm ChatGPT, based on the GPT-3.5 architecture. I'm designed to help with a wide range of tasks, from answering questions and providing explanations to offering creative ideas and coding assistance. How can I assist you today?

@TheFirstNoob
Copy link

Because 3.5 is a model trained from scratch, and 4 and 4o are its retrained version. Therefore, it can say that it is 3.5. This visual problem has been going on since the appearance of simple gpt4.

Also, the provider would not work if an incorrect model was set (which is not in the database on their website). Therefore, it works out everything clearly.
For example, DDG can also answer that it is 3.5, although in fact it is 4o mini. This is noticeable from its answers and how the perception of the question is built.

@TheFirstNoob
Copy link

@MorkovkAs Updated 3.0.2.6 if needed example providers: https://github.com/TheFirstNoob/Discord-ChatGPT/blob/main/src/bot.py#L100

@MorkovkAs
Copy link

@TheFirstNoob Great, thank you!

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 Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

4 participants