]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
common/chat, server: refactor, move all conversion functions to common, add tests...
authorPiotr Wilkin (ilintar) <redacted>
Wed, 22 Apr 2026 08:28:45 +0000 (10:28 +0200)
committerGitHub <redacted>
Wed, 22 Apr 2026 08:28:45 +0000 (10:28 +0200)
commit134d6e54d4cd1311360bf6beeb6c779d90e09b87
tree148a0c13fadf4832f621227d0471319b4314e9a9
parentca7f7b7b947842384cd8dda4a17a1868f1493a3e
common/chat, server: refactor, move all conversion functions to common, add tests (#20690)

* Refactor conversion functions
common/chat.cpp
common/chat.h
tests/CMakeLists.txt
tests/test-chat.cpp
tools/server/CMakeLists.txt
tools/server/server-chat.cpp [new file with mode: 0644]
tools/server/server-chat.h [new file with mode: 0644]
tools/server/server-common.cpp
tools/server/server-common.h
tools/server/server-context.cpp
tools/server/server-task.cpp