ollama/cmd
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
..
runner Runner for Ollama engine 2025-02-13 17:09:26 -08:00
cmd.go chore(all): replace instances of interface with any (#10067) 2025-04-02 09:44:27 -07:00
cmd_test.go api: return model capabilities from the show endpoint (#10066) 2025-04-01 15:21:46 -07:00
interactive.go fix: correctly save in interactive mode (#9788) 2025-03-15 12:09:02 -07:00
interactive_test.go Update the /api/create endpoint to use JSON (#7935) 2024-12-31 18:02:30 -08:00
start.go nolintlint 2024-06-04 11:13:30 -07:00
start_darwin.go lint 2024-08-01 17:06:06 -07:00
start_default.go lint 2024-08-01 17:06:06 -07:00
start_windows.go lint 2024-08-01 17:06:06 -07:00