Xiao-Yong Jin

Results 40 comments of Xiao-Yong Jin

WEBP is hardcoded in `img_to_base64`. Probably should receive a format arg. change this line https://github.com/datalab-to/marker/blob/2aa320923430afc4d7054fd843ad4264703918cc/marker/services/__init__.py#L24 to use "PNG" for a quick fix.

perhaps the conversion code missed the new ``` "partial_rotary_factor": 0.5, ```

I got it to work correctly now. 1. We need to fix the conversion code to take care of `partial_rotary_factor`. I'll leave it to the experts here. But if you...

Probably it's not a good idea to change the kernels. I just tested creating the factors instead as in my comment above. Here's the changes on top of your PR,...

It should be ``` 1 / ((1 - smooth) / factor + smooth) ```

It only affects chat/completions endpoint with OpenAI compatible API servers. With the current codex: ``` codex-cli 0.61.0 ``` Test with the following. Run a test server (needs `nc` and `jq`):...

And I just saw a bug report. This PR should fix #7051

See https://github.com/openai/codex/pull/7038#issuecomment-3561310507

The question needs to be: does OpenAI, as a company, still support chat completions endpoint? Has OpenAI deprecated the chat completions endpoint? Is it just Codex, this application from OpenAI,...

@etraut-openai are you speaking for OpenAI? Is this statement an official OpenAI policy? Can we have a timeline for the deprecation schedule?