Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 626 Bytes

File metadata and controls

16 lines (10 loc) · 626 Bytes

构建用户界面与基于 GPT 的垃圾邮件分类器进行交互

该附加文件夹包含用于运行类似 ChatGPT 的用户界面,以便与第六章中微调的基于 GPT 的垃圾邮件分类器进行交互的代码,如下所示。

Chainlit UI example

为了实现这个用户界面,我们使用了开源的 Chainlit Python 包

 

步骤 1:安装依赖

首先,通过以下命令安装 chainlit 包:

pip install chainlit