feat: add AI voice transcription fallback for domestic Android ROMs
This commit is contained in:
@@ -57,6 +57,12 @@ class AppState extends ChangeNotifier {
|
||||
AiProviderType aiProvider = AiProviderType.mock;
|
||||
String aiEndpoint = '';
|
||||
String aiModel = '';
|
||||
|
||||
AiConfigFile get aiConfig => AiConfigFile(
|
||||
provider: aiProvider,
|
||||
endpoint: aiEndpoint,
|
||||
model: aiModel,
|
||||
);
|
||||
String? cachedAdaptiveLessonRaw;
|
||||
DateTime? cachedAdaptiveLessonAuditedAt;
|
||||
String? cachedAdaptiveLessonAuditor;
|
||||
|
||||
Reference in New Issue
Block a user