Joldnine

Results 7 comments of Joldnine

太惨了 听说唯品会刚刚倒闭了

I have the same issue. Got response: {"error_code": 500, "error_message": "No model loaded of that name."}. Eventually I figure out that, the model name should always be 'default'. You should...

Here is how I make it work with `langchain==0.0.144`: ``` AzureChatOpenAI( temperature=0.01, deployment_name="gpt-35-turbo", openai_api_version="2023-03-15-preview", ) ```

Have the same issue. May I know any update for the thread? Is it resolved in the later releases..

Quite meaningful PR! Any progress to get merged?

+1. 可以直接集成dify的文档做个QA bot作为showcase。langchain的js文档就是LLM可以直接回答问题,给出example code,是个很好的借鉴。