Stack Type

Whenever you create a stack . The first thing you would choose is whether you are building a Chat usecase or a Text Generation usecase.

Chat

This use case allows the model to chat with users, answering questions and providing information on a wide range of topics. It's perfect for customer support, tutoring, or just having a conversation.

Text Generation

Here, the model generates text based on prompts given by the user. It can be used to create articles, stories, or any written content quickly and efficiently, starting from just a simple idea or sentence.

Last updated