# openai-homework2 **Repository Path**: jpbai/openai-homework2 ## Basic Information - **Project Name**: openai-homework2 - **Description**: openai-homework - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-10 - **Last Updated**: 2023-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 作业 题目: 扩展销售机器人(sales_chatbot)项目,应用于不同的销售场景,如:电器、家装、教育等. 运行: ```sh $ python sales_chatbot/sales_chatbot.py --help usage: sales_chatbot.py [-h] [--name NAME] [--enable_chat ENABLE_CHAT] options: -h, --help show this help message and exit --name NAME 销售分类:['房产', '家电', '家装', '培训课'] --enable_chat ENABLE_CHAT 是否启用LLM:默认False # 启动默认的 家电销售, 不启用LLM $ python sales_chatbot/sales_chatbot.py # 启动家装销售同时启用LLM补全 $ python sales_chatbot/sales_chatbot.py --name=家装 --enable_chat=true ```