diff --git a/LICENSE b/LICENSE index bdaf941..f712861 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ 1.This project can be used for commercial purposes, but it has the right to prohibit you from using it if it violates the following provisions 2. Without authorization, you are not allowed to modify AntSK's logo and title information 3. Without authorization, you are not allowed to modify the copyright information at the bottom of the page - 4. If you need authorization, you can contact WeChat: xuzeyu91 + 4. If you need authorization, you can contact WeChat: xuzeyu91 or Email:antskpro@qq.com Apache 2.0 License diff --git a/README.md b/README.md index 2c10930..353e523 100644 --- a/README.md +++ b/README.md @@ -145,11 +145,8 @@ DBConnection.ConnectionStrings //The ConnectionString of Qdrant and AzureAISearch uses Endpoint | APIKey KernelMemory.VectorDb -//Local model execution options: GPU and CPU. When using the online API, any option can be used. -LLamaSharp.RunType - //Local model path, used for quick selection of models under llama, as well as saving downloaded models. -LLamaSharp.FileDirectory +FileDir.DirectoryPath //Default admin account password Login @@ -222,6 +219,8 @@ Helping enterprise AI application development, we recommend [AntBlazor](https:// ## ☎️Contact Me If you have any questions or suggestions, please contact me through my official WeChat account. We also have a discussion group where you can send a message to join, and then I will add you to the group. +Additionally, you can also contact me via email: antskpro@qq.com + ![Official WeChat Account](https://github.com/AIDotNet/AntSK/blob/main/images/gzh.jpg) --- diff --git a/README.zh.md b/README.zh.md index 8129ba9..092d2af 100644 --- a/README.zh.md +++ b/README.zh.md @@ -153,11 +153,8 @@ DBConnection.ConnectionStrings //Qdrant 和AzureAISearch 的 ConnectionString 使用 Endpoint|APIKey KernelMemory.VectorDb -//本地模型使用的运行方式 GUP CPU ,如果用在线API 这个随意使用一个即可 -LLamaSharp.RunType - //本地模型路径,用于在选择llama时可以快速选择目录下的模型,以及保存下载的模型 -LLamaSharp.FileDirectory +FileDir.DirectoryPath //默认管理员账号密码 Login @@ -228,6 +225,9 @@ DB我使用的是CodeFirst模式,只要配置好数据库链接,表结构是 ## ☎️联系我 如有任何问题或建议,请通过以下方式关注我的公众号《许泽宇的技术分享》,发消息与我联系,我们也有AIDotnet交流群,可以发送进群等消息,然后我会拉你进交流群 + +另外您也可以通过邮箱与我联系:antskpro@qq.com + ![公众号](https://github.com/AIDotNet/AntSK/blob/main/images/gzh.jpg) ## 🌟 Star History diff --git a/src/AntSK/wwwroot/data/menu.json b/src/AntSK/wwwroot/data/menu.json index c49978c..221ccc0 100644 --- a/src/AntSK/wwwroot/data/menu.json +++ b/src/AntSK/wwwroot/data/menu.json @@ -77,8 +77,8 @@ ] }, { - "path": "https://antsk.cn/", - "name": "使用文档", + "path": "https://antsk.cn", + "name": "官方文档", "key": "antskdoc", "icon": "question-circle" }, @@ -94,4 +94,4 @@ "key": "antskvideo", "icon": "video-camera" } -] \ No newline at end of file +]