# wechatbot **Repository Path**: renneseme/wechatbot ## Basic Information - **Project Name**: wechatbot - **Description**: 个人微信对接AI智能助手 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-09-20 - **Last Updated**: 2025-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wechatbot #### 介绍 个人微信对接AI智能助手 #### 软件说明 本项目Fork自 `https://github.com/djun/wechatbot` 修改而来,国内无法使用ChatGPT,又出现了很多比较好用的对话API, 想拓展一个可以在国内可以使用的对话AI,本项目在原来ChatGPT的基础上对接了智谱AI的对话接口,可以根据输入的自然语言指令完成多种语言类任务。 #### 智谱AI 1. 注册智谱AI账号,`https://open.bigmodel.cn/` 2. 在个人中心的账户管理中新增或者使用默认的API Keys 注册可以赠送18元余额,可以使用 #### 使用说明 ```` # 获取项目 git clone https://gitee.com/renneseme/wechatbot.git # 进入项目目录 cd wechatbot # 复制配置文件 copy config.dev.json config.json # 启动项目 go run main.go 启动前需替换config中的api_key ````