Skip to content

Latest commit

 

History

History

04_user_interface

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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

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

Chainlit UI example

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

 

步骤 1:安装依赖

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

pip install chainlit