在模型之间转移上下文应该是很简单的。

1作者: gerdydog4 天前原帖
我在一周内经常使用多个模型。有时我喜欢在它们之间运行相同的提示以比较质量,但有一个非常烦人的部分就是每次都必须重新建立上下文。我很惊讶还没有一个标准来解决这个问题,所以我整理了一个简单的 JSON 格式,可以让上下文转移变得更容易: https://github.com/context-transfer-protocol/ctp-spec 我非常希望能得到反馈,看看这样的想法是否合理,或者有哪些可以改进的地方。我认为模型应该使上下文的可移植性变得简单明了。 附言:欢迎贡献——请随意提交更新。
查看原文
I often use multiple models throughout the week. Sometimes I like to run the same prompt across them to compare quality, but one really annoying part is having to rebuild the context each time.<p>I’m surprised there isn’t already a standard for this, so I put together a simple JSON format that could make context transfer easier:<p>https:&#x2F;&#x2F;github.com&#x2F;context-transfer-protocol&#x2F;ctp-spec<p>I would love feedback on whether something like this actually makes sense, or ways it could be improved. I think models should make portability of context straightforward.<p>P.S. Contributions welcome — feel free to push updates.