namespace AIStudio.Assistants.ERI;

public enum AllowedLLMProviders
{
    NONE,
    
    ANY,
    SELF_HOSTED,
}