Fixes two bugs: 1. Chat template tags (<|im_start|>, <|im_end|>) leaking into output because /v1/completions treated them as literal text 2. Image hallucination because image_b64 was never passed to llama-server Now llama-server handles chat templates natively and receives images as OpenAI-format multimodal content parts for vision models. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| inference.py | ||
| llama_cpp.py | ||