Dogeek
Dogeek
https://developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL The use of a MediaStream object as an input to this method is in the process of being deprecated. Btw Safari 11 is now support MediaStream API
I understand axios use ```CancelToken``` but fetch way is [AbortController](https://developer.mozilla.org/en-US/docs/Web/API/AbortController) Maybe use a different config key or hard wrap of AbortController
I switch between mac & windows regularly, so I want keep keymap consistent Any way to do that? Thanks
Add optional extraBody JSON properties in the request parameters when making requests to OpenAI compatible APIs. ## Summary Some OpenAI-compatible models (e.g., Qwen-Max on Alibaba Cloud, vLLM, etc.) require the...