models.json added for RemoteModel Fetch feature

This commit is contained in:
Manas Hejmadi
2025-06-23 00:06:28 +05:30
parent 7a9afc614b
commit c05a42be47
2 changed files with 99 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ class LLMManager {
static get models => avaiableModels;
static const String modelRemoteURL =
'https://raw.githubusercontent.com/synapsecode/apidash/llm_model_rearch/packages/genai/models.json';
'https://raw.githubusercontent.com/synapsecode/apidash/package/genai/packages/genai/models.json';
static const String baseOllamaURL = 'http://localhost:11434';
static addLLM(String providerID, String modelID, String modelName) async {