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

Advertisement in answers #2233

Open
nBalykin opened this issue Sep 19, 2024 · 1 comment
Open

Advertisement in answers #2233

nBalykin opened this issue Sep 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@nBalykin
Copy link

nBalykin commented Sep 19, 2024

I use llama-3.1-70b and sometimes I get this answer. But gpt-4o has this issue too:

One message exceeds the 1000chars per message limit. Join our discord for more: [https://discord.com/invite/q55gsH8z5F](https://discord.com/invite/q55gsH8z5F)

I use g4f as telegram bot. My request code (python)

response = g4f.ChatCompletion.create(
model = "llama-3.1-70b",
messages = text
) 

Screenshot_2024-09-19-19-26-53-75_4495e6112227b794374c62341ece5829

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

Try to use other provider for this model like HuggingChat.
I think its provider problem.

response = g4f.ChatCompletion.create(
model = "llama-3.1-70b",
provider="HuggingChat",
messages = text
) 

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

3 participants