langtech-bsc / chat-ui

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

Integration of tools in chat-ui #1

Closed ankush13r closed 1 week ago

ankush13r commented 2 months ago

We need to integrate the tool into CHAT-UI source code (Forked), as it already supports tool integration. However, we are unsure of how the tools interact with the model and how they are parsed and invoked. Ideally, we should achieve this without modifying the existing code, but if necessary, we may need to update the source. If any modifications are made, we should also ensure to add appropriate documentation.

IMPORTANT: Don't forget to synchronize forked repo with the official one.

The app is deployed here ChatUI, but for testing purposes, it’s recommended to run it locally using the command npm run dev.