Name and Version
version: 4291 (ce8784b)
built with MSVC 19.29.30157.0 for x64
Operating systems
Windows
Which llama.cpp modules do you know to be affected?
llama-server
Problem description & steps to reproduce
After #10722, there are still some issues when using the native /completion endpoint:
- The
has_new_line property is set to 1 instead of true like it used to be.
- The
model property is set to gpt-3.5-turbo-0613 even though this isn't the OpenAI-compatible API.
First Bad Commit
No response
Relevant log output
No response