MagicSource
MagicSource
I think database hard to manage, using files can sync with git, just like obsidian.
Does it support markdown format ?
When would this feature merge? It's really needed!
Same here.
@JianxinMa 感谢。加一个thought 他可能能回答中文,但看起来他好像忘记了问题,加一个thought感觉不一定能弥补回来
@JianxinMa 大佬, > 等我有空了会去完善下 openai_api.py 里的这部分逻辑。 这个问题可以优先修复一下吗
@tuhahaha 你可以打印出每一个turn的output吗,你第一个thought不应该是: Thought: 我需要使用code_interpreter来运行代码,计算1974年3月23日是星期几。? 我这边用Qwen14b openaiserver,没有办法得到 最终的结果。 @JianxinMa > 是的,function calling与ReAct并非100%对应。具体而言,function calling会丢弃Final Answer前的那一次Thought,这个thought的内容一般是"I now know the final answer."。 至于出现英文回复,原因是:我在将 function calling 转换成 ReAct 时,会自动补一个“Thought: I now know the final answer.”或其中文版本...
@tuhahaha 感觉丢给模型的都是差不多的,为啥最后 一个返回的,我的总是英文,而且回答 没有 `1974年3月23日是` 这一部分? 我用的就是官方最新的代码呢
对的,从原理上分析,可能是哪一部分缺失了?
How can i get input shape from model? Not even to say Shape support in model inference.