Dongri Jin

Results 25 comments of Dongri Jin

$ rvm install ruby-1.9.2-p318 $ rvm use ruby-1.9.2-p318 $ heroku db:push Resetting sequences

@abhatia1176 @andreyvit Fixed. Please use v0.1.8

The reason for excluding dependencies in Tokio https://github.com/dongri/openai-api-rs/pull/31

Thank you for your understanding! I think it's fine to use synchronous processing (openai-api-rs) within asynchronous processing (user's application). For example, in the following case: https://github.com/dongri/openai-cli/blob/master/src/main.rs Or is it intended...

I see, it's about calling the OpenAI API and allowing other processes to run without blocking while waiting, in other words, asynchronously. Let me think about it. Should I fork...

Using a library like https://github.com/64bit/async-openai might be a good idea

@daniel-abramov Thank you very much for your patience. After careful consideration, we have decided to support async. We also changed to using reqwest due to the issue of minreq being...