spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

spring-ai 1.1.0-offical Ollama Qwen3 32B stream chat not return \n

Open opzpy123 opened this issue 1 week ago • 0 comments
trafficstars

config:

spring.ai:
  model:
    chat: ollama
  ollama:
    base-url: http://xxx:11434
    chat:
      options:
        model: qwen3:32b
        temperature: 0

question: print python Code snippet helloworld

outstream : print("hello world")

Expected. ```\n\n print ("hello world") \n\n```

this question resolved in 1.1.0-M3 but in offical is reproduction

opzpy123 avatar Nov 13 '25 08:11 opzpy123