1. Accessing and Choosing a Hugging Face Model
Go to the Botique.ai homepage and look for the "Deploy a Bot" section. Find the "From π€Hugging Face" option. You can either enter a specific Hugging Face model name or choose from the list of popular models provided. For example, you might want to use the "meta-llama/Llama-3.1-8B-Instruct" model.
2. Configuring and Deploying Your Bot
After selecting a model, you'll need to configure and deploy your bot:
- Choose the platform (Telegram or Discord)
- Enter your bot token
- Select the model task (if not automatically inferred)
- Click the "Deploy Model" button
Our system will handle the deployment process, connecting your chosen model to the selected platform. For example, if you chose the "meta-llama/Llama-3.1-8B-Instruct" model, you'll be able to chat with it on Telegram. Use "Chat Completion" task for this model.
3. Interacting with Your Bot
After successful deployment, you can start interacting with your bot on the chosen platform. The bot's capabilities will depend on the Hugging Face model you selected. For example, if we deployed the "meta-llama/Llama-3.1-8B-Instruct" model, you can ask it questions, generate text, or even create images.
If you instead choose to deploy the "stabilityai/stable-diffusion-xl-base-1.0" model in step 2 with text-to-image task, you can generate images based on text prompts.