ollama/cmd
Bruce MacDonald 7b5585b9cb
server: remove out of date anonymous access check (#7785)
In the past the ollama.com server would return a JWT that contained
information about the user being authenticated. This was used to return
different error messages to the user. This is no longer possible since the
token used to authenticate does not contain information about the user
anymore. Removing this code that no longer works.

Follow up changes will improve the error messages returned here, but good to
clean up first.
2024-11-22 11:57:35 -08:00
..
cmd.go server: remove out of date anonymous access check (#7785) 2024-11-22 11:57:35 -08:00
cmd_test.go default to "FROM ." if a Modelfile isn't present (#7250) 2024-10-22 13:32:24 -07:00
interactive.go cmd: delete duplicated call to sb.Reset() (#7308) 2024-11-21 11:20:48 -08:00
interactive_test.go fix: model save 2024-07-26 13:23:06 -07: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