reworkd/AgentGPT

✨ Add support for streaming links in Search

Open

#683 建立於 2023年6月5日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)TypeScript (34,594 star) (9,446 fork)batch import
enhancementhelp wantedjavascriptpython

描述

As part of our streaming text update, we needed to stop sending in links along with our google search results.

This was because we are using an external library to stream LLM results directly. The links on the otherhand were appended to the result string directly at the end. To avoid this, we need to build upon the streaming library we use to append text to the end of the stream. Ideally, we incorporate some sort of fake streaming to this as well.

貢獻者指南

✨ Add support for streaming links in Search · reworkd/AgentGPT#683 | Good First Issue