Nir Gazit
Nir Gazit
Anyone currently working on it? If not, I’d love to take a shot with a PR. Been using Mockito on Java for long and recently started using jest and I’m...
Definitely @benjdlambert, you can assign it to me and I'll try to come up with a proposal.
Slightly related is https://github.com/sashabaranov/go-openai/issues/634 which I work on and off on and I see langchaingo is using.
Yes exactly! @mattt Poetry is useful IMO in 2 places here: 1. Resolving versions and dependencies (so I don't need to specify an exact version for `torch` but can rely...
@sashabaranov that's a good question! I was thinking to have the user enable tracing by calling some function on the openai client object like - ```go client := openai.NewClient("token") tracer...
I'll get to work on this this week @sashabaranov Is it ok if I use [our DTO](https://github.com/traceloop/go-openllmetry/blob/main/traceloop-sdk/dto/tracing.go) for describing messages / prompts / etc.?
Hey @ronyis are you still working on this? If not, wanted to take and complete this as we need it as well :)
Done! @quartzmo
@aannirajpatel which clash did you get? Maybe we can simply bump versions on our end
Thanks @tkanhe! I've managed to reproduce the issue and fixing it now