8000 Releases · EwanC/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

Releases: EwanC/llama.cpp

b5466

23 May 12:41
9ecf3e6
Compare
Choose a tag to compare
server : support audio input (#13714)

* server : support audio input

* add audio support on webui

b5442

21 May 14:02
42158ae
Compare
Choose a tag to compare
server : fix first message identification (#13634)

* server : fix first message identification

When using the OpenAI SDK (https://github.com/openai/openai-node/blob/master/src/lib/ChatCompletionStream.ts#L623-L626) we noticed that the expected assistant role is missing in the first streaming message. Fix this by correctly checking for the first message.

Co-authored-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
Signed-off-by: Dorin Geman <dorin.geman@docker.com>

* server : Fix checks for first role message for stream=True

Co-authored-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
Signed-off-by: Dorin Geman <dorin.geman@docker.com>

---------

Signed-off-by: Dorin Geman <dorin.geman@docker.com>
Co-authored-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>

b5402

16 May 11:42
0a338ed
Compare
Choose a tag to compare
sycl : fixed compilation warnings (#13582)
0