Baidu Ernie

All about Baidu Ernie.
ernie, err := chatmodel.NewErnie(os.Getenv("ERNIE_CLIENT_ID"), os.Getenv("ERNIE_CLIENT_SECRET"))
if err != nil {
   // Error handling
}
Last modified December 17, 2023: Add cohere chatmodel support (d70088d)