tmc / langchaingo

LangChain for Go, the easiest way to write LLM-based programs in Go
https://tmc.github.io/langchaingo/
MIT License
4.06k stars 560 forks source link

we should have ChatGLM2-6b support #321

Open ghost opened 10 months ago

ghost commented 10 months ago

ghost commented 10 months ago

https://github.com/THUDM/ChatGLM2-6B

edocevol commented 7 months ago

You can deploy openai like OpenApi for ChatGLM2.

https://github.com/THUDM/ChatGLM2-6B/blob/main/openai_api.py

leonharetd commented 4 months ago

I tried to do this, but I ran into some issues, image what should I do? @edocevol