A Chat Model uses an LLM as it’s source of content. The difference with a chat model is that typically it has additional training to be domain specific allowing it to converse more in-depth about a specific topic like “Real Estate” or “Book Recommendations”, etc.
Additionally, the user interface for a Chat Model is typically configured to be specifically back and forth typing. The LLM is typically prompted for shorter “chat-like” responses as opposed to long-form answers.
#chat model #LLM