Pavel Gorgulov

Results 167 comments of Pavel Gorgulov

@AndreiKingsley What's this issue about?

OpenAI has released official sdk [`openai-java`](https://github.com/openai/openai-java) and is planning to release [`openai-kotlin`](https://github.com/openai/openai-java/issues/70)

Keep in mind that you can always write your own interface and hide the platform implementation later

I don't really like the name `angle`. It's a symbol characteristic, not a layer

> @devcrocod you wrote that this is a first step, what could be the next step? Check related issue

> What do you mean with "specially handle the float case". Looking at your code I see you skip it and convert it to a Double sometimes. I don't really...

I agree that such behavior is not entirely correct, as it also carries computational errors when converting float to double. But I will repeat that this behavior will be changed...

I made some minor corrections and a bit of refactoring. I also fixed issues with the plugin tests. The problem was that we set a `rateLimit` (10000) on the incoming...

This is strange, I got errors with DataFrameBlackBoxCodegenTestGenerated after today's merge

I did as you said, and locally everything worked for me. But as you can see, the tests on TC still failed: ``` org.opentest4j.AssertionFailedError: Actual data differs from file content:...