Sahil Brandwala

Results 8 comments of Sahil Brandwala

@adiwajshing please help to solve this issue

![image](https://user-images.githubusercontent.com/95102154/169482933-6189426c-0386-40e3-8e47-764b7f10e692.png) messages show on phone but still show pending on desktop login @Manjit2003

yes but whatsapp web still showing waiting for message....we use other company api its working well please look also into this

@adiwajshing please also look into this bug... waiting for solution from last 20-25days

![image](https://github.com/xtekky/gpt4free/assets/95102154/ade47f8e-095f-4ef0-adb2-c284c2e236ac) import g4f response = g4f.ChatCompletion.create( model="gpt-3.5-turbo", messages=[{"role": "user", "content": "your email?"}, {"role": "system", "content": "email address is [[email protected]] (mailto:[email protected])"}], stream=False, ) for message in response: print(message, flush=True, end='') response...