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 & tools compatibilities #1464

Closed nsarrazin closed 2 weeks ago

nsarrazin commented 2 weeks ago

Right now you can select websearch as a tool from the tools list when creating an assistant You can also create assistants with websearch but no tools.

however it's a bit confusing what happens if you select websearch in tools but disable websearch in the selector below.


image

we should hide websearch from the list of selectable tools and append the websearch tool in the backend if one of the "Internet access" option is selected. that way there's no confusion between the two anymore