chore: 更新配置和环境变量适配云端 Supabase
This commit is contained in:
@@ -82,6 +82,7 @@ class AgUiService {
|
||||
'audio': await MultipartFile.fromFile(
|
||||
filePath,
|
||||
filename: 'recording.wav',
|
||||
contentType: DioMediaType('audio', 'wav'),
|
||||
),
|
||||
});
|
||||
final response = await _apiClient.post<Map<String, dynamic>>(
|
||||
|
||||
Reference in New Issue
Block a user