namespace Gpt4All; public record ModelOptions { public int Threads { get; init; } = 4; }