From 63ad158c93b79120d65eab1afd4f61e401fd67fd Mon Sep 17 00:00:00 2001 From: jack ning Date: Sat, 25 May 2024 12:34:40 +0800 Subject: [PATCH] update --- README.zh.md | 3 ++- python/readme.md | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 python/readme.md diff --git a/README.zh.md b/README.zh.md index 24a8e50f5..d5ab0c7d4 100644 --- a/README.zh.md +++ b/README.zh.md @@ -2,7 +2,7 @@ * @Author: jackning 270580156@qq.com * @Date: 2024-01-29 16:43:44 * @LastEditors: jackning 270580156@qq.com - * @LastEditTime: 2024-05-25 12:14:38 + * @LastEditTime: 2024-05-25 12:34:08 * @Description: bytedesk.com https://github.com/Bytedesk/bytedesk * Please be aware of the BSL license restrictions before installing Bytedesk IM – * selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. @@ -131,6 +131,7 @@ h2数据库: http://localhost:9003/h2-console, 路径: ./h2db/weiyuim, 用户名 ## 技术栈 - [springboot-3.2.0 jdk17/maven/h2/mysql8.0/postgresql/oracle(jpa支持的所有数据库)](https://spring.io/projects/spring-boot) for 后端 +- [python-3.10] for AI助手 - [react-18.2.0](https://reactjs.org/) for web前端 - [react-native-0.73.4](https://reactnative.dev/) for 移动客户端(ios&android) - [electron-29.1.1](https://www.electronjs.org/) for 桌面客户端(windows&mac&linux) diff --git a/python/readme.md b/python/readme.md new file mode 100644 index 000000000..3fa87d3a5 --- /dev/null +++ b/python/readme.md @@ -0,0 +1,3 @@ +# ai server + +ai server written in python