Namespace: Microsoft.AI.Foundry.Local
public class ConfigurationInheritance Object → Configuration
Attributes NullableContextAttribute, NullableAttribute, RequiredMemberAttribute
Your application name. MUST be set to a valid name.
public string AppName { get; set; }Application data directory. Default: {home}/.{appname}, where {home} is the user's home directory and {appname} is the AppName value.
public string AppDataDir { get; set; }Model cache directory. Default: {appdata}/cache/models, where {appdata} is the AppDataDir value.
public string ModelCacheDir { get; set; }Log directory. Default: {appdata}/logs
public string LogsDir { get; set; }Logging level. Valid values are: Verbose, Debug, Information, Warning, Error, Fatal. Default: LogLevel.Warning
public LogLevel LogLevel { get; set; }Optional configuration for the built-in web service. NOTE: This is not included in all builds.
public WebService Web { get; set; }Additional settings that Foundry Local Core can consume. Keys and values are strings.
public IDictionary<string, string> AdditionalSettings { get; set; }Constructors of types with required members are not supported in this version of your compiler.
public Configuration()