Xav-v

Results 3 comments of Xav-v

Same issue there, Tested with other models, e.g `Hermes-2-Pro-Llama-3-8B-GGUF` or `Home-3B-v3-GGUF` are producing the same result `panic: Unrecognized schema: map[]`

Same but different issue with this model: ``` local-ai | 9:14AM DBG ParseTextContent: [{"name": "execute_services", "arguments": {"domain": "script", "service": "turnoff", "service_data": {"entity_id": "binary_sensor.hdd_status"}}] local-ai | 9:14AM DBG CaptureLLMResult: [] local-ai...

Here is the docker-compose I use, after cloning this repo. ``` services: coqui: container_name: coqui image: ghcr.io/coqui-ai/tts build: context: ./TTS ports: - 5002:5002 entrypoint: ["python3", "TTS/server/server.py", "--model_name", "tts_models/multilingual/multi-dataset/xtts_v2"] volumes: -...