From b24be8c6b32455d4021cb77a0164c9ec80761f4b Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Fri, 7 Jul 2023 15:13:41 -0400 Subject: [PATCH] update directory url --- server/models.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/server/models.go b/server/models.go index ac41d11d..813cccc9 100644 --- a/server/models.go +++ b/server/models.go @@ -12,9 +12,7 @@ import ( "github.com/jmorganca/ollama/api" ) -// const directoryURL = "https://ollama.ai/api/models" -// TODO -const directoryURL = "https://raw.githubusercontent.com/jmorganca/ollama/go/models.json" +const directoryURL = "https://ollama.ai/api/models" type Model struct { Name string `json:"name"`