Right now I really only know about and LM Studio for running and using models, I feel like it’s really good and useful but closed source.

Then I saw this (https://www.reddit.com/r/LocalLLaMA/comments/16eoozu/best_software_webgui/) thread here and came to know about so many but didn’t found anyone built with .NET and C#. I am thinking of building one but frankly have no clue of how to start with it.

Does anyone knows about any any open source local LLM GUI built with .NET Framework or help/ guide me in getting started with building one.

  • m98789@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Just do what we all do: .NET wrapping a Docker container service running your LLM with some Python framework exposing a micro service with FastAPI.