The TTMSFNCCloudAI component does not work with local OLLAMA and images.
The following command in a terminal on a MacBook Pro (M3 Max, 64GB),
*'llama run qwen2.5vl:72b "What is in this image? ./Ranga.jpg"'
results:
'The image shows a small white dog with long, fluffy fur. The dog ...'.
This is correct.
I start 'ollama serve' in the terminal and use the demo program "AllImages" on a Windows PC with:
- OllamaHost='mbm3max' (MacBook)
- OllamaPort=11434
- OllamaModel=qwen2.5vl:72b
- MaxToken=2048
- Temperatur=0,7
- Service=Ollama
The processing on the MacBook seems to run correctly (HttpStatusCode=200), only the "Response.Content.Text" is empty.
The Parameter "AHttpResult" in "TForm1.TMSFNCCloudAI1Executed" contained:
'{"model":"qwen2.5vl:72b","created_at":"2025-06-11T10:21:07.738366Z","message":{"role":"assistant","content":""},"done_reason":"load","done":true}'
The return does not contain any indication of what is the problem.