feat: Add configurable LLM and Whisper models with user selection and API integration.
This commit is contained in:
@@ -14,6 +14,8 @@ public class ToakConfig
|
||||
public bool StructureSmartParagraphing { get; set; } = true;
|
||||
public string TargetLanguage { get; set; } = string.Empty;
|
||||
public string WhisperLanguage { get; set; } = string.Empty;
|
||||
public string LlmModel { get; set; } = "openai/gpt-oss-20b";
|
||||
public string WhisperModel { get; set; } = "whisper-large-v3-turbo";
|
||||
}
|
||||
|
||||
public static class ConfigManager
|
||||
|
||||
Reference in New Issue
Block a user