reworkd/AgentGPT

✨ Add support for streaming links in Search

オープン

#683 opened on 2023/06/05

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)TypeScript (9,446 件のフォーク)batch import
enhancementhelp wantedjavascriptpython

Repository metrics

Stars
 (34,594 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド