Dust Community Icon

Connexion de Dust à un Agent fine-tuné sur Mistral

·
·

Bonjour. Est-il possible à votre connaissance, de connecter Dust à un Agent fine-tuné créé sur Mistral ? On peut se connecter facilement aux modèles généraux, mais comment se connecter à un modèle fine-tuné qui a son propre ID d'API ?

  • Avatar of David Ebbo
    David Ebbo
    ·
    ·

    I don't think you can do this directly from an agent. However, if you create an App with a Chat block, you'll be able to bring your own Mistral key and get a much larger selection of models (I get about 50) that can be used as part of the App. So you'd use a general model for your Agent, but the agent could then invoke the App which would use the fine tuned model. See https://docs.dust.tt/reference/core-blocks for details.

  • Avatar of Philippe Coll
    Philippe Coll
    ·
    ·

    Thank you so much. That's a good idea. I have now to understand the documentation about App (the 5th dimension to me, for the while).

  • Avatar of David Ebbo
    David Ebbo
    ·
    ·

    Yes, it's definitely a more advanced scenario. Start by going under Admin / Providers and enable Mistral with your own key. Then go under Knowledge, create an App, and add a block of type Chat to it. Then choose Select provider and make sure you find the model you care about.