generated from cloudwego/.github
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
langfuse callback上报异常 #119
Comments
@wang2222qq hi, 可以上传一下完整代码吗? |
这个可能没有办法,不过我试试了一下用最新的eino v0.3.14版本是可以正常使用的。可能是因为我这边自定义重新实现react有关。 |
找到问题了。是因为eino0.3.10~ eino0.3.13之间有出现。今天更换0.3.14就可以解决了 |
get。应该是这里做的修复 cloudwego/eino#88 |
是的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
使用代码:
`go
cbh, flusher := langfuse.NewLangfuseHandler(&langfuse.Config{
Host: "https://cloud.langfuse.com",
PublicKey: "pk-xxx",
SecretKey: "sk-xxx",
})
ecb.InitCallbackHandlers([]ecb.Handler{cbh})
defer flusher()
`
The text was updated successfully, but these errors were encountered: