# mixly-lib-arduino-llm **Repository Path**: mixly2-package/mixly-lib-arduino-llm ## Basic Information - **Project Name**: mixly-lib-arduino-llm - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-28 - **Last Updated**: 2025-03-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## AIChatbot >适用与Mixly2.0和3.0的通用大语言模型对话生成扩展库 #### 支持模型 - DeepSeek - ChatGPT - 阿里云百炼 - 百川智能 - 零一万物 - 月之暗面 - 硅基流动 - 腾讯混元 - 字节火山方舟 #### 项目构建 1.安装依赖 ```bash npm install ``` 2.打包 - 针对开发环境打包 ```bash npm run build:dev ``` - 针对生产环境打包 ```bash npm run build:prod ```