一款开源的Coze AI Bot机器人,集成对话。该平台优势为全部采用免费开源API,以最低成本实现LLM定制化功能。
An open source Coze AI Bot that integrates conversations. The advantage of the platform is that all the free open source apis are used to achieve LLM customization functions at the lowest cost.
-
下载依赖库
pip install -r requirements.txt
-
申请API key
API Key 网址 Coze Token KEY Coze网页 -
配置 create .env and add COZE_TOKEN="Coze Token KEY"
coze list add bot edit: config_setting/chat_bot_model_config.py
-
运行
streamlit run web_ui.py
v0.0.1
- 构建Streamlit网页基本框架
- 新增chat bot页面,编辑聊天窗口及侧边栏
- 接入coze api,完成 bot 聊天对话基本功能
- 新增模型选择功能