Create Langchain LLM converter to quickly supply it to Langchain's chain (#102)
* Create Langchain LLM converter to quickly supply it to Langchain's chain * Clean up
This commit is contained in:
committed by
GitHub
parent
da0ac1d69f
commit
0e30dcbb06
@@ -48,7 +48,7 @@ def test_azureopenai_model(openai_completion):
|
||||
temperature=0,
|
||||
)
|
||||
assert isinstance(
|
||||
model._obj, AzureChatOpenAILC
|
||||
model.to_langchain_format(), AzureChatOpenAILC
|
||||
), "Agent not wrapped in Langchain's AzureChatOpenAI"
|
||||
|
||||
# test for str input - stream mode
|
||||
|
Reference in New Issue
Block a user