Stanislav Roslavtsev

Results 3 comments of Stanislav Roslavtsev

You should install Python 3.8 or higher to use this API. https://www.python.org/downloads/

Site is currently not working (and API too), you should try later. Quora is no longer supported.

Replace ``` for response in forefront.StreamingCompletion.create( account_data=account_data, prompt=prompt, model='gpt-4' ) ``` with for response in forefront.StreamingCompletion.create( token=account_data, prompt=prompt, model='gpt-4' )