lm-sys / FastChat

An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
Apache License 2.0
35.77k stars 4.41k forks source link

Integrate external search engines, such as bing, google #533

Open youtehub opened 1 year ago

youtehub commented 1 year ago

problems encountered

Although the current fastchat capability is very powerful, it still cannot obtain the current news, that is, the news of 2023 this year, and cannot realize the function of querying the weather. It answered like this: As an AI language model, I can get a lot of information, including the weather. However, the specific information I can provide is limited to the training knowledge I have received, which ends in 2021. And Microsoft's new bing chat has been able to realize online search, openai's latest plug-in function also supports online search, and chatgpt3.5 can also realize networking through browser plug-ins on the web page.

How to deal with it

I hope that the official launch of the online search function as soon as possible, so that this model can realize the real-time collection of data

surak commented 9 months ago

@youtehub this looks interesting, perhaps an integration with Microsoft's Autogen?

https://github.com/microsoft/autogen