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

Skip to content

Tags: EwanC/llama.cpp

Tags

b5466

Toggle b5466's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
server : support audio input (ggml-org#13714)

* server : support audio input

* add audio support on webui

b5442

Toggle b5442's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
server : fix first message identification (ggml-org#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

Toggle b5402's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sycl : fixed compilation warnings (ggml-org#13582)

0