Who'sKnow?

Results 8 issues of Who'sKnow?

**please fix the errors in this library we need a new update.**

bug

there's a problem when I try to fetch direct threads data, here is my code: ``` from aiograpi import Client import asyncio async def main(): cl = Client() await cl.login_by_sessionid('58645505882%3AmkhWjhRsu5qmO2%3A2%3AAYfIKzEyqrTdIkag_yHxodIhBSeDD3oE6r1S0z7Oog')...

bug

I'm trying to use DeepInfra provider for creating images but there's no model works with it this is my code: ``` from g4f.client import Client as client_ai from g4f.Provider import...

bug

in the last version 0.3.1.2 I'm getting cloud flare detection error, the most time I'm using VPN on Nethrlands, and and the version 0.3.1.1 i've never got any error or...

bug
stale

this is my code: ``` from g4f.client import Client as client_ai from g4f.Provider import OpenaiChat client = client_ai(provider=OpenaiChat) response = client.chat.completions.create( api_key='sk-proj-XvUaNpdorLWIbFWhq0ctT...etc', model="gpt-4-turbo", messages=[{"role": "user", "content": 'how are you?'}], )...

bug
stale

when i try to use You vision AI i got an error (g4f.errors.ResponseStatusError: Response 500: {"error":"Failed to upload"}) i will give more details, This is my Code: ``` from g4f.client...

bug

this is my code: ``` from g4f.client import Client as client_ai from g4f.Provider import You client = client_ai(provider=You, image_provider=You) response = client.images.generate( model='dall-e', prompt='a white cat on the moon.', )...

bug

I hope you add more AI providers or most wanted Custom Provider for example: OpenAI compitable provider: Base URL: https://... Model ID: ... API key (optional duo to some providers...