Mandarin

Results 2 issues of Mandarin

I used this code from the example: ``` from gpt4free import forefront # create an account account_data = forefront.Account.create(logging=False) # get a response for response in forefront.StreamingCompletion.create( account_data=account_data, prompt='hello world',...

bug