ollama/server
2024-02-21 13:42:46 -08:00
..
auth.go rerefactor 2024-02-15 05:56:45 +00:00
download.go refactor download run 2024-02-21 13:42:46 -08:00
images.go Support for bert and nomic-bert embedding models 2024-02-20 21:37:29 -05:00
layers.go refactor layer creation 2023-12-04 16:59:23 -08:00
llm_image_test.go Guard integration tests with a tag 2023-12-22 16:33:27 -08:00
llm_test.go Guard integration tests with a tag 2023-12-22 16:33:27 -08:00
llm_utils_test.go Guard integration tests with a tag 2023-12-22 16:33:27 -08:00
manifests.go add .golangci.yaml 2024-01-09 09:36:58 -08:00
modelpath.go fix: normalize name path before splitting 2024-01-16 16:48:29 -08:00
modelpath_test.go use int64 consistently 2023-09-28 11:07:24 -07:00
prompt.go fix: chat system prompting overrides (#2542) 2024-02-16 14:42:43 -05:00
prompt_test.go fix: chat system prompting overrides (#2542) 2024-02-16 14:42:43 -05:00
routes.go better error message when calling /api/generate or /api/chat with embedding models 2024-02-20 21:53:45 -05:00
routes_test.go Fix issues with templating prompt in chat mode (#2460) 2024-02-12 15:06:57 -08:00
upload.go replace strings buffer with hasher (#2437) 2024-02-20 19:07:50 -05:00