Nukepayload2

Results 34 comments of Nukepayload2

> does not return control when a reverse prompt is encountered I have the same problem. I'm trying to start `main.exe` with the `Process.Start` function of .NET 7. If I...

> Are you able to try the --simple-io from https://github.com/ggerganov/llama.cpp/pull/1558 to see if that works with .NET? @DannyDaemonic I've successfully built https://github.com/ggerganov/llama.cpp/pull/1558 by myself with Visual Studio. The new `--simple-io`...

Hello @OmidID , I've removed the link of demo. Please review the commit.

我也遇到了这个问题。估计是发请求相关的代码得改了。不是稍微处理一下异常就搞得定的。 最开始我看到 ConvertToLivePlayerView 里面没有检查 roomInfo, detail.RoomInformation 和 detail.AnchorInformation 是不是空。把这些判空加上之后,获取封面用的 GetSourceUri 又报错了。忽略这些问题之后,我注意到 roomId 为空。那后面的请求都没办法发了。