tmc / langchaingo

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

Have you considered adding support for the Qwen model? #871

Closed 1347027216 closed 3 weeks ago

douglarek commented 3 weeks ago

Qwen claims to be compatible with OpenAI, but in reality, its outputs are not fully compatible. Langchaingo is compatible with its outputs; you can use it in the same way as OpenAI, just with the corresponding base_url changed.

1347027216 commented 3 weeks ago

okay, thank you!

tmc commented 2 weeks ago

Please consider adding an example!