xref: /plugin/aichat/Model/Generic/ChatModel.php (revision d72a84c5bd8b465526a89378df9883eea1b18eb6)
1<?php
2
3namespace dokuwiki\plugin\aichat\Model\Generic;
4
5class ChatModel extends AbstractGenericModel
6{
7}
8