huggingface / chat-ui

Open source codebase powering the HuggingChat app
https://huggingface.co/chat
Apache License 2.0
7.31k stars 1.06k forks source link

fix websearch on assistants #1244

Closed nsarrazin closed 3 months ago

nsarrazin commented 3 months ago

the check to see if we needed to run websearch would not run it if the model had tools

but it should run it if the request comes from an assistant since we ignore tools for assistants for now