What is the best huggingchat model for a voice assistant

Hi! I’m working on a voice assistant in Python that uses an AI connected via HugChat API to handle user questions. The assistant can not only answer directly, but also redirect the user to other scripts depending on the context. I’m wondering what would be the best model for this task: a fast model, but also versatile enough to handle different types of requests.

1 Like