langchain icon indicating copy to clipboard operation
langchain copied to clipboard

Chain Serialization Support with Azure OpenAI LLMs

Open LaxmanSinghTomar opened this issue 1 year ago • 0 comments

It's really useful to move away the prompts etc. from the main codebase. Currently, from the documentation and my own testing, seems that only those chains can be serialized that have OpenAI LLM (only text-davinci-003). But, no such support is available for Azure-based OpenAI LLMs (text-davinci-003 and gpt-3.5-turbo).

Is my understanding correct? If yes, any plans on adding it soon?

LaxmanSinghTomar avatar Mar 17 '23 12:03 LaxmanSinghTomar