Portkey-AI / portkey-node-sdk

Build reliable, secure, and production-ready AI apps easily.
https://portkey.ai/docs
22 stars 8 forks source link

Feat/wrapper #40

Closed csgulati09 closed 7 months ago

csgulati09 commented 8 months ago

Title: Revamp: wrapper around OpenAI SDK (Hybrid)

Description:

Motivation: This will make it easier for us to integrate newly introduced routes from OpenAI

Related Issues:

38

VisargD commented 7 months ago

@csgulati09 - We should try to make our interfaces as flexible as possible because Portkey SDK will be used for providers other than openai as well. Have added a few comments related to this. But the broader idea is to keep things open-ended for input params so that if the values are different for other providers, it does not break for them

VisargD commented 7 months ago

Closes #38