reworkd/AgentGPT

✨ Add support for streaming links in Search

Open

#683 aberto em 5 de jun. de 2023

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (9.446 forks)batch import
enhancementhelp wantedjavascriptpython

Métricas do repositório

Stars
 (34.594 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador