li-plus / chatglm.cpp

C++ implementation of ChatGLM-6B & ChatGLM2-6B & ChatGLM3 & GLM4
MIT License
2.81k stars 327 forks source link

Support ChatGLM4 conversation mode #303

Closed li-plus closed 3 weeks ago

li-plus commented 3 weeks ago

Support ChatGLM4 for chatting. Using the same model arch as ChatGLM2/3. C++ implementation of tiktoken encoding. Function call will be supported in a separate PR.

Close #302 #301 #251

huangzhhui commented 2 weeks ago

How is the progress on the Function Call coming along?