ollama/server
Michael Yang 06ef90c051 fix parameter inheritence
parameters are not inherited because they are processed differently from
other layer. fix this by explicitly merging the inherited params into
the new params. parameter values defined in the new modelfile will
override those defined in the inherited modelfile. array lists are
replaced instead of appended
2023-09-05 11:40:20 -07:00
..
auth.go loosen http status code checks 2023-08-28 18:34:53 -04:00
download.go loosen http status code checks 2023-08-28 18:34:53 -04:00
images.go fix parameter inheritence 2023-09-05 11:40:20 -07:00
images_test.go do not HTML-escape prompt 2023-09-01 17:16:38 -05:00
modelpath.go fix list models for windows 2023-08-31 09:47:10 -04:00
modelpath_test.go fix FROM instruction erroring when referring to a file 2023-08-22 09:39:42 -07:00
routes.go fix list models for windows 2023-08-31 09:47:10 -04:00
upload.go remove unused parameter 2023-08-28 18:35:18 -04:00