Zhenyi-Wang
Zhenyi-Wang
工具调用可以扩展ai能力,比如网页搜索、页面读取、代码执行等,特别是现在超长上下文的情况下,可以极大扩展应用场景。 我试过使用类似FastGPT之类的框架(以prompt形式模拟function call),但代价是会对提示词和聊天历史造成混乱,算是堪堪够用。 虽然其他原生支持tools或者funtion的模型会好很多,但是性价比就……
> I have the same issue, is it possible to merge with SheetJs? Inspired from https://github.com/protobi/js-xlsx/pull/128 and the answer posted by @Plotisateur in https://github.com/protobi/js-xlsx/issues/87#issuecomment-339522056_ Manually replace the function write_zip_type in...
Can this acutually work?
Friend you forgot to add compression: "DEFLATE" in the first four cases.. ``` switch (o.type) { case "base64": return z.generate({ type: "base64", compression: "DEFLATE" }); case "binary": return z.generate({ type:...
yes please +1