ollama/server
Bruce MacDonald 9876c9faa4
chore(all): replace instances of interface with any (#10067)
Both interface{} and any (which is just an alias for interface{} introduced in Go 1.18) represent the empty interface that all types satisfy.
2025-04-02 09:44:27 -07:00
..
internal server/internal/client/ollama: cache completed chunks (#9933) 2025-03-30 23:54:54 -07:00
testdata/tools
auth.go
create.go
create_test.go
download.go server: organize error types (#9465) 2025-03-28 11:50:22 -07:00
fixblobs.go
fixblobs_test.go
images.go chore(all): replace instances of interface with any (#10067) 2025-04-02 09:44:27 -07:00
images_test.go api: return model capabilities from the show endpoint (#10066) 2025-04-01 15:21:46 -07:00
layer.go
manifest.go
manifest_test.go
model.go templates: add autotemplate for gemma3 (#9880) 2025-03-20 00:15:30 -07:00
model_test.go
modelpath.go server: organize error types (#9465) 2025-03-28 11:50:22 -07:00
modelpath_test.go
prompt.go gemma3: Allow multiple image in a single input 2025-03-14 15:38:54 -07:00
prompt_test.go
routes.go chore(all): replace instances of interface with any (#10067) 2025-04-02 09:44:27 -07:00
routes_create_test.go
routes_delete_test.go
routes_generate_test.go
routes_list_test.go
routes_test.go server/internal/client/ollama: hold DiskCache on Registry (#9463) 2025-03-02 20:55:44 -08:00
sched.go chore(all): replace instances of interface with any (#10067) 2025-04-02 09:44:27 -07:00
sched_test.go
sparse_common.go
sparse_windows.go
upload.go