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
The text was updated successfully, but these errors were encountered:
CyanMystery
changed the title
[Enhancement]:llm('hello')这样调用会执行_call()方法,但是它只能returern 一个str类型
[Enhancement]:llm('hello')这样调用会执行_call()方法,但是它只能return 一个str类型
Jun 20, 2023
CyanMystery
changed the title
[Enhancement]:llm('hello')这样调用会执行_call()方法,但是它只能return 一个str类型
[Enhancement]:llm('hello')这样调用会执行llm的_call()方法,但是它只能return 一个str类型
Jun 20, 2023
CyanMystery
changed the title
[Enhancement]:llm('hello')这样调用会执行llm的_call()方法,但是它只能return 一个str类型
[Enhancement]:llm('hello')这样调用会执行langchain中LLM类的_call()方法,但是它只能return 一个str类型
Jun 20, 2023
What would you like to be added?
我想它应该支持流式输出 使用yield返回,因此,处理llm('hello')这样调用之外,最好能使用llm.custom_func()调用
Why is this needed?
支持流式输出
Anything else?
No response
The text was updated successfully, but these errors were encountered: