AshD
AshD
Adding info on Fusion Quill. Setup info is here https://fusionquill.ai/help-setup-ollama/ Fusion Quill Personal Edition is a Windows app on the Microsoft App Store that connects to multiple AI models with...
Repro Steps: 1. Create character in Character Creator 4 using the Headshot plugin. 2. Export the FBX->Clothed Character to Unity 3. Import the character. Build Materials with Everything selected. 4....
For projects that don't use NPM, Is it possible to create a Javascript version that is deployed on a CDN? This will make it easier to integrate with ASP.NET projects...
Is it possible for Google SignIn return the OAuth Token that can be used for accessing Google services like Classroom, Docs, Sheets API? I had asked this question on Stackoverflow...
**Describe the bug** Trying to use DirectX 12 with Unity and I get this message: [AVProMovieCapture] Limitations of Basic Edition reached: • D3D12 is not supported, please switch to D3D11....
I am writing a Windows WPF desktop x64 app. How do I switch between Whisper.net.Runtime and Whisper.net.Runtime.Clblast, if the end user has a GPU or not. Is there a way...
Is there a way to do Parallel Inferencing with LlamaSharp? I want to send multiple prompts from different threads to different StatelessExecutor objects to do inference. Currently, I use a...
**Describe the bug** In .NET 8 this works fine but under Blazor, Microsoft.SemanticKernel.Connectors.**OpenAI.ClientCore.GetStreamingChatMessageContentsAsync** throws an exception. Unhandled Exception: **System.NotSupportedException: Synchronous reads are not supported, use ReadAsync instead.** at System.Net.Http.WasmHttpReadStream.Read(Byte[] buffer,...
**Describe the bug** Tested the Microsoft.SemanticKernel.Connectors.Google alpha nuget package with a WPF app and it works fine :-) Using it in a Blazor WebAssembly project throws a CORS error. CC...
I see that Phi-3 support is added. Could we add support for microsoft/Phi-3-vision-128k-instruct. Thanks.