mirror of
https://github.com/foss42/apidash.git
synced 2025-12-01 18:28:25 +08:00
LLMSelector: Implemented ability to add and remove LLMs dynamically
This commit is contained in:
@@ -26,7 +26,7 @@ void main() async {
|
||||
}
|
||||
|
||||
//Load all LLMs
|
||||
await LLMManager.fetchAvailableLLMs();
|
||||
// await LLMManager.fetchAvailableLLMs();
|
||||
await LLMManager.loadAvailableLLMs();
|
||||
|
||||
runApp(
|
||||
|
||||
Reference in New Issue
Block a user