Ask HN: 基于网络的 ChatAi 会话记录方式?

1作者: xtiansimon4 个月前
我使用 ChatGPT 进行学习/研究,因为它最详尽。这样做的一个缺点是,除了在最严格的规则下,每次 AI 聊天输出都会让我产生大量问题、异议和分歧。这让我不得不进行多角度思考。 我开始将摘要导出为文本文件,并用我的问题标记它们。这导致我产生了大量的文本文件。 所以我为我的 Django 项目站点编写了一个讨论管理器,带有类别和标签。它还行,但缺乏润色,更重要的是,它缺少像 Google Docs 中的评论或建议那样的 UI 功能。 有没有人遇到过可以组织 AI 聊天并进行注释的解决方案?或者,您对我的自制注释系统的数据结构/模式有什么建议?
查看原文
I use ChatGPT for learning&#x2F;research because it&#x27;s the most verbose. A downside to this is every aichat output (except on the strictest of rules) leaves me with tons of questions, objections, divergences. Going multi-d.<p>I&#x27;ve taken to exporting summaries as text files and marking these up with my questions. This leaves me with a lot of text files.<p>So I whipped up a discussion manager for my project Django site with categories and tags. It&#x27;s OK, but lacks polish but more importantly UI features which would behave like comments or suggestions in Google Docs, for example.<p>Has anyone encountered a solution to organize aichats with notation in mind? Or, do you have a recommendation for a data structure&#x2F;schema for my diy notation system?