namespace AIStudio.Provider.SelfHosted; public enum Host { NONE, LM_STUDIO, LLAMA_CPP, WHISPER_CPP, OLLAMA, VLLM, }