# aij **Repository Path**: AI2CG/aij ## Basic Information - **Project Name**: aij - **Description**: AI云服务 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-13 - **Last Updated**: 2025-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aij #### 介绍 基于springboot+netty+jna+llama等框架的AI云服务 #### 使用说明 1. 使用maven构建aij项目 2. 点击[下载](https://pan.baidu.com/s/1OZUdnJoQeCy2vnWh7ZoTfw?pwd=xfzr)大语言模型保存到本地 2. 点击[设置](https://gitee.com/AI2CG/aij/blob/master/aij-ims/src/main/resources/application.properties)aij.llmModel为该地址 2. 启动aij-ims模块 3. 启动aij-web模块 4. 访问http://127.0.0.1:9000 ![输入图片说明](aij-web/docs/aij.png) #### 集成到若依 ![输入图片说明](aij-web/docs/ruoyi.png) ![输入图片说明](aij-web/docs/ruoyi-vue.png) ![输入图片说明](aij-web/docs/ruoyi-app.png) #### 参考 1. [https://github.com/ai-for-java/ai4j](https://github.com/ai-for-java/ai4j) 2. [https://github.com/langchain4j/langchain4j](https://github.com/langchain4j/langchain4j)