AgileEduLabs

Results 7 comments of AgileEduLabs

@akomm > same here with `helvetica neue roman` and `helvetica neue condensed` It inserts spaces, for example after the sequence of `fi`, but not after `i` or `f` by itself....

> I added the following to my zshrc/bashrc on my Apple M1 [Homebrew/brew#10152 (comment)](https://github.com/Homebrew/brew/issues/10152#issuecomment-774706744) and it did the trick. @niftylettuce Amazing! Thank you. I was getting png.h not found errors....

@narengogi This is a core issue severely affecting the functionality of the gateway. Hope you can help.

> [@AgileEduLabs](https://github.com/AgileEduLabs) - are you setting `on_status_codes = [446]` in the retry object? > > https://portkey.ai/docs/product/ai-gateway/automatic-retries#retry-only-on-specific-error-codes Unfortunately, it doesn't matter what you set for the on_status_codes. Even with = [446],...

Hi @narengogi , it seems that data is encoded to `multipart/form-data` on the gateway itself like so: ``` src/providers/openai/api.ts if ( fn === 'createTranscription' || fn === 'createTranslation' || fn...

Hi @narengogi and @VisargD , as mentioned above, if override_params cannot modify the model name on the gateway, then the gateway features are essentially useless. Hope you guys can re-open...

Hi @narengogi I did an extensive deep dive into the code base. I previously misunderstood how and where data was encoded as multipart/form-data, but now it is clear to me....