Who'sKnow?
Who'sKnow?
**please fix the errors in this library we need a new update.**
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')...
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...
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...
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?'}], )...
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...
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.', )...
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...