Browse Source

update directory url

Bruce MacDonald 1 year ago
parent
commit
b24be8c6b3
1 changed files with 1 additions and 3 deletions
  1. 1 3
      server/models.go

+ 1 - 3
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"`