You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if a discussion is a proper way to ask for this, but issue seems available for bugs only.
The index file for the @langchain/openai export only the OpenAI client, but i think this must be done for Azure client too. Since, as in my case, this is blocking me to write my own version of a class using the AzureClient without installing the openai package (which i cannot due to dependency versions clash, i don't want to in any case).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if a discussion is a proper way to ask for this, but issue seems available for bugs only.
The index file for the @langchain/openai export only the OpenAI client, but i think this must be done for Azure client too. Since, as in my case, this is blocking me to write my own version of a class using the AzureClient without installing the openai package (which i cannot due to dependency versions clash, i don't want to in any case).
This is the first row of the index.ts file
I reaaly think that
AzureOpenAI as AzureOpenAIClient,should be exported too.Beta Was this translation helpful? Give feedback.
All reactions