jamesvren

Results 3 comments of jamesvren

I have this issue with latest rustup-init in a ubuntu VM. Here is the detail information: ``` # /tmp/rustup-init --version rustup-init 1.25.2 (17db695f1 2023-02-01) # cat /etc/os-release | grep VER...

> Hey! Thanks for this issue. We actually have proper deepseek support via our `rig-core/providers/deepseek.rs` module. Using that will ensure the proper format that deepseek accepts. > > let deepseek_client...

By the way, it's better to have debug output about request json before send and response text before serialization since it might failed in somes cases. That will save us...