Visarg Desai

Results 72 comments of Visarg Desai

Hey @Suraj-Bhandarkar-S . Thanks for the PR. Will do a detailed review and also run tests for these once. Looks good at first glance.

I have found one issue. You have not added deepinfra in this file: `src/providers/index.ts`. Without that, the integration will not work. Can you please add that. Also, please make sure...

The split pattern used by deepinfra between each stream chunk is `\r\n\r\n`. You can check this by printing JSON.stringify() of stream chunks that come in response from deepinfra. This pattern...

> when I am trying to test in local for deepinfra provider, > curl --location '127.0.0.1:8787/v1/openai/chat/completions' \ --header 'x-portkey-provider: deepinfra' \ --header 'Authorization: Bearer (added my key)' \ --header 'Content-Type:...

It might be possible that you are on a different branch or you forgot to restart your local server after making the latest changes.

Yes. Try putting in some logs at some checkpoints to see whats happening. Also make sure that the port is correct (if you are using wrangler in local)

Please request a re-review once you are done with all the changes and testing

Hey folks. Just checking up on this. Please let me know if there are any blockers that you are facing.