QwenLM / Qwen-Agent

Agent framework and applications built upon Qwen>=2.0, featuring Function Calling, Code Interpreter, RAG, and Chrome extension.
https://pypi.org/project/qwen-agent/
Other
3.38k stars 335 forks source link

Code Intepreter的stopping criteria是什么,以及默认的llm的temperature #70

Open shuangwei123 opened 9 months ago

shuangwei123 commented 9 months ago

您好!

我在使用code Intepreter时,Action input生成的代码执行可能会出现如keyerror, valueerror, code intepreter通常就会在此总结出final answer,而我希望react流程能继续下去,探索问题出现的原因并重新生成代码。请问code intepreter的react流程的stopping criteria是什么?这出现在仓库代码中的哪一部分?

另外,我希望使用不同的temperature的dashscope的qwen chat模型。请问默认的temperature是多少?我可以调整它吗?

我期待您的帮助,在此提前感谢。

-Shuang

tuhahaha commented 9 months ago

你好,如果你只是使用code interpreter工具,可以参考这里的例子在generate_cfg方便的调整llm的各种参数。如果是使用gradio界面中的code interpreter接口,目前没有在前端设置修改参数的接口,同样可以在代码中调整llm config哈。 @shuangwei123