Hi Inoxannin,
Thanks so much for your reply and for looking into this. I will test the reasoning model, but also try an instruct model.
Hi, I thought I would try this before purchasing so I have installed the light version. I am having some issues with chat generation, and submit the following for your information. I created a new profile with no uploaded image, here's an image of the results, please let me know if you want the information produced in the Dating App Server console:
Bug Report: Dual-output JSON Parse Failure Symptom: Chat responses display as static placeholder images instead of text Console Log Evidence: - LLM generates 215-220 tokens successfully (confirmed via timing logs) - HTTP 200 OK responses from llama-server - WARNING:llm_client:Dual-output JSON parse failed, raw='' - Image appears that is NOT from Stable Diffusion (not SD-generating) System Specs: - RTX 3060 12GB - Windows 10/11 - Using llama-server.exe + Gemma-4 GGUF model - Tested with SD disabled (still shows images) Expected Behavior: - Text response from LLM should display in chat - Images should only appear when explicitly requested or SD is enabled Actual Behavior: - All responses render as hardcoded placeholder image - Text from LLM is discarded after successful generation Likely Cause: - Heartsync expects dual-output JSON format from LLM - Generic llama-server only returns plain text - Parse failure triggers fallback to placeholder image