| # -*- coding: utf-8 -*- | |
| # SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project | |
| # SPDX-FileType: SOURCE | |
| # SPDX-License-Identifier: Apache-2.0 | |
| """ | |
| pythainlp.chat | |
| """ | |
| __all__ = ["ChatBotModel"] | |
| from pythainlp.chat.core import ChatBotModel | |
| # -*- coding: utf-8 -*- | |
| # SPDX-FileCopyrightText: 2016-2025 PyThaiNLP Project | |
| # SPDX-FileType: SOURCE | |
| # SPDX-License-Identifier: Apache-2.0 | |
| """ | |
| pythainlp.chat | |
| """ | |
| __all__ = ["ChatBotModel"] | |
| from pythainlp.chat.core import ChatBotModel | |