• Bruce MacDonald's avatar
    server: remove out of date anonymous access check (#7785) · 7b5585b9
    Bruce MacDonald authored
    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.
    7b5585b9
images.go 27.2 KB