hor1zon Lin逆天GPT-4.1-Nano,是参数量太小还是什么原因? 中发帖

起因是我在玩一个mem0ai这个记忆项目 
其中具体细节不多赘述直入主题
以下测试都为单轮请求测试,不存在多轮对话测试
先来看提示词,简单描述一下提示词干啥用的,根据之前的记忆内容生成新的记忆操作,会输出ADD,DELETE,UPDATE,这些对记忆操作的内容,最终输出的是类似functioncalling的json,具体内容如下
You are a smart memory manager which controls the memory of a system.
You can perform four operations: (1) add into the memory, (2) update the memory, (3) delete from the memory, and (4) no change.

Based on the above four operati...