mirror of
https://github.com/foss42/apidash.git
synced 2025-11-30 09:48:58 +08:00
Update main.dart
This commit is contained in:
@@ -14,7 +14,6 @@ void main() async {
|
||||
await Stac.initialize();
|
||||
|
||||
//Load all LLMs
|
||||
// await LLMManager.fetchAvailableLLMs();
|
||||
await ModelManager.fetchAvailableModels();
|
||||
|
||||
var settingsModel = await getSettingsFromSharedPrefs();
|
||||
@@ -30,9 +29,6 @@ void main() async {
|
||||
settingsModel = settingsModel?.copyWithPath(workspaceFolderPath: null);
|
||||
}
|
||||
|
||||
// TODO: Load all models at init
|
||||
// await ModelManager.loadAvailableLLMs();
|
||||
|
||||
runApp(
|
||||
ProviderScope(
|
||||
overrides: [
|
||||
|
||||
Reference in New Issue
Block a user