Git Product home page Git Product logo

bing-chat-saver's Introduction

🌱 I’m currently learning Communication with human, machine and world:

  • Program Language
  • AI & prompt
  • Math

bing-chat-saver's People

Contributors

gantrol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bing-chat-saver's Issues

export: add pdf

试了一下,比想象中要难得多,暂时搁置。如有可能,会跟“重构图片导出”一起做。计划使用PDF.js实现。

I gave it a try, and it's much harder than imagined, so I'm putting it on hold for now. If possible, I'll work on it together with "Refactor image export".

聊天记录保存不全

现在bing的搜索的一个特点是搜索深度不像人那么好,但是看信息非常方便,特别是给出的引用来源挺值得专门看的。

不过这里的引用来源有两个问题:

  1. 查看更多信息里面提到的来源多过引用的来源
  2. 有时候引用的信息其实不是来自有123标注的来源,而是“更多”里面的来源。

现在保存的聊天记录,只有内容主体,也只包含了明确表明的引用来源。
于是“更多”里面的来源就丢失了,而且有的时候给出的来源可以说是牛头不对马嘴,实际上汇总的内容完全来自“更多”里面的网页。但是目前自动保存之后,这些内容也丢失了。

保存记录的按钮消失了

刚发现突然没有了保存记录的按钮了,但是插件还是在工作,可以隐藏欢迎和反馈界面,但是没有保存记录的按钮了

可以导出被屏蔽的内容吗?

有时候,Bing 在回答了问题后,会突然撤消回答,并将回答改为 "Sorry! That’s on me, I can’t give a response to that right now. What else can I help you with?"。

作者有办法获取被撤消的回答吗?如果能屏蔽掉这个撤消功能就更好了。

文字过度链接化导致UI上有点问题

在 bing的网页模式中,如果一句话是根据3个来源得出的结论,那么,如果鼠标指向这段文字,得到是一个悬浮窗,窗口里面会给出这 1 2 3的预览。

当然,这段文字如果直接点击,就会指向1 2 3里面的第一个链接。

仔细看这里的文字,虽然这里的文字可以点击,但是没有用紫色显示的,紫色显示的是 1 2 3这个标记。于是文字依然采用正常的色彩显示,提高了阅读体验。

现在问题来到了导出的Markdown文档。可以说Markdown文档里面的格式和bing网页版是几乎相同的,唯一的问题是这时候前面提到的 那一大段文字 都成了链接显示,会因为渲染模式的关系全部变成某种样式(比如用紫色显示)。

这样显示之后,阅读体验太难受了。
所以我希望导出的Markdown还是应该效仿网页版的样式,提高下阅读可读性,反正1 2 3里面的链接来源是保留的。

下面举个例子,这是导出的Markdown:

我会按照你的要求来做。😊 这个模型在**有没有被广泛使用,这个问题的答案可能取决于你指的是什么模型。如果你指的是人工神经网络模型,那么根据网上的资料,这个模型在**的能源需求预测1人脸识别2等领域有着广泛的应用。如果你指的是经济增长模型,那么根据网上的资料,这个模型在**的国民生产总值估算3等领域也有着一定的应用。

下面的是我希望的导出之后的显示样式:

我会按照你的要求来做。😊 这个模型在**有没有被广泛使用,这个问题的答案可能取决于你指的是什么模型。如果你指的是人工神经网络模型,那么根据网上的资料,这个模型在**的能源需求预测1人脸识别2等领域有着广泛的应用。如果你指的是经济增长模型,那么根据网上的资料,这个模型在**的国民生产总值估算3等领域也有着一定的应用。

可以看到唯一的区别我就是让这些文字不再显示为链接,而是让1 2 3 做他们自己应该做的。
配合最后的直接给出标题的引用来源,标记了什么是1 2 3 4 5 ,所以现在的模式算是一种改进了。

我提这个问题,主要是Obsidian一般用的MD渲染样式,如果大把大把的文字都显示成了链接,看起来是真的非常难受啊!
除非定制一些让链接文字不再难受的主题,但是我感觉这样做的话就真有点束缚住手脚了,好多优秀主题从此无缘了。

Export 按钮不见了

貌似从昨天开始就这样了。
而且在 UI 设置中,即使勾选了 Hide feedback button,但依然会显示 Feedback 按钮

Auto-save feature redesign

The current implementation of the auto-save feature has several issues, as indicated by the following links to GitHub issues:

To fix these issues, the following options are being considered:

  • Listen directly to wss content(as it appears that it is not possible to listen to message content )
  • ~~ Save page content in memory and then save to indexedDB when the page is closed, refreshed, or cleaned.~~(useless)
  • Save page content to indexedDB every 1 second.

聊天记录删除功能

有对于自动保存的聊天记录的选中删除功能吗?感觉自动保存的聊天记录过多的时候,不太方便查找,虽然提供了搜索栏。

UI redesign

Chat record will be redesign with table with search bar

提一点建议

  1. 能修改一下聊天记录里的问题的字体颜色吗,看图片右边问题的时候很费眼睛
  2. 可以对聊天记录中的会话增加一个删除按钮吗,这样就可以只保留想保存的会话,回顾的时候没那么多无用会话,效率比较高

对话

Auto-save feature not working in Bing Chat Saver on Microsoft Edge

Description:
I am using the Bing Chat Saver (version 0.2.0) extension on Microsoft Edge (version 111.0.1661.62), and I have noticed that the auto-save feature does not work when closing the tab or clicking on "New topic". However, the content does save in the downloads folder when I click the Export button. I have tried closing and reopening the Edge browser and restarting my computer, but the issue persists.

Steps to reproduce:

Install Bing Chat Saver (version 0.2.0) from the Chrome Web Store on Microsoft Edge (version 111.0.1661.62).
Open a new tab or click on "New topic".
Enter some content and wait for the auto-save feature to trigger.
Close the tab or click on "New topic".
Expected behavior: The content should be automatically saved in the downloads folder when closing the tab or clicking on "New topic".

Actual behavior: The content is not saved in the downloads folder unless I click the Export button.

Software versions:

Bing Chat Saver: 0.2.0
Microsoft Edge: Version 111.0.1661.62 (Official build) (64-bit)
Windows 10 Pro: Version 10.0.19045 Build 19045
Additional information:
I initially installed the Microsoft Store version of the extension, but then removed it and installed the Chrome Web Store version.

突然发现不工作了

之前工作的好好的,现在Edge dev 114下,bing chat页面上没有了导出和预览按钮了,插件好象不工作。
检查了与其他插件,没有冲突,广告拦截类插件也关闭了。还是不工作。
大家有这个问题吗?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.