namespace AIStudio.Provider.SelfHosted;

public enum Host
{
    NONE,

    LM_STUDIO,
    LLAMACPP,
    OLLAMA,
}