• Jesse Gross's avatar
    runner.go: Don't trim whitespace from inputs · c25ffde9
    Jesse Gross authored
    It's possible to get prompts that consist entirely of whitespace -
    this is most likely to happen when generating embeddings. Currently,
    we will trim this away, leaving an empty prompt, which will then
    generate an error.
    
    Generating embeddings from whitespace should not trigger an error,
    as this may break pipelines. It's better to just leave the whitespace
    in place and process what we are given. This is consistent with
    past versions of Ollama.
    
    Bug #7578
    c25ffde9
runner.go 23.9 KB