Results 4 comments of Quan Nguyen

@minggo I remove all patch in ios-armv7-crash.patch, then I can build for ios, for android,there are difference error than patch files, `./build.sh: line 306: /build/tools/make-standalone-toolchain.sh: No such file or directory`...

> I was able to fix this error by making the following change in: > > moonlight-embedded/src/video/ffmpeg_vappi.c > > Line 51: > change from > context->hw_device_ctx = device_ref; > >...

> This is already understood, thank you. > So I will try to collect JSON. > Although not sure if I can do it. > Thank you I'm trying to...

Try use this ```csharp var provider = new OllamaProvider( "http://localhost:11434", options: new RequestOptions { Temperature = 0, Stop = new[] { "Observation", "[END]" }, // add injection word `Observation` and...