ifsheldon

Results 112 comments of ifsheldon

Based on @tgross35 comment, another issue comes up, which is async. Working with wgpu, we have to deal with some `Future`s like below ```rust let instance = wgpu::Instance::default(); let surface...

Thanks! Probably you should mention this using a code comment. So, `async-std` is a recommended async library to use in conjunction with Dioxus?

I tried to investigate into this and found a minor discrepancy that is not compatible with OpenAI's API. The parameters of a function should be a string, not a json...

@arvinxx Wow, the progress you've made are just unbelievable. Thanks a lot!

When https://github.com/lobehub/lobe-chat/issues/815 get resolved, I think you can just use my template with no changes. Otherwise, the authorization needs to be disabled. Feel free to use my code [there](https://github.com/ifsheldon/GPTPluginFlaskTemplate).

@arvinxx https://github.com/lobehub/lobe-chat/issues/815 this gets resolved, so my code works fine now. But now the problem is how to use the plugin sdk in non-js code or port it in other...

@crazywoola Any thoughts? This probably affects all models that supports function calling.

This seems coincidentally solve some issues for wasm support, as I was planning to do this [here](https://github.com/64bit/async-openai/pull/122#issuecomment-1817817137). Thanks @Prosammer! If you have some time and interest, you can take a...

+1. I skimmed through the code searching for `tokio`, and it seems most of the usage relates to files. So, I guess probably the easiest first step is to gate...

Hi all! If you can help testing #120 and/or try it on wasm, it would be great.