spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/1.0-SNAPSHOT/index.html
Apache License 2.0
2.57k stars 621 forks source link

The Zhipu Ai charglm-3 model is not connected or The Zhipu Ai charglm-3 model has not been integrated. #964

Open nowshowtime3 opened 2 weeks ago

nowshowtime3 commented 2 weeks ago
  GLM_4("GLM-4"),
    GLM_4V("glm-4v"),
    GLM_4_Air("glm-4-air"),
    GLM_4_AirX("glm-4-airx"),
    GLM_4_Flash("glm-4-flash"),
    GLM_3_Turbo("GLM-3-Turbo"); 
mxsl-gr commented 2 weeks ago

hi, the ZhiPu AI CharGLM-3 model was intentionally not added, because it has some additional required parameters, include user_info, bot_info, bot_name, user_name, making it somewhat different from other chat model implementations

do you have any good ideas😁

nowshowtime3 commented 2 weeks ago

I think it is better to separate the parameters and abstractions of the general model and the human-like model into two branches. This is because many companies have their own human-like model products, and just like the general model, many people will use human-like models in the future.

nowshowtime3 commented 2 weeks ago

As far as I know, there are not only ZhiPu AI's CharGLM-3, but also Alibaba's Tongyi Xingchen, Qianfan's large model, and Pi.ai's Talk, which all have human-like models. However, Pi.ai's Talk does not have an open API.