From 450083f7d9d5b687c732acddefb56632f7b3d5ad Mon Sep 17 00:00:00 2001
From: shikeying <shikeying@163.com>
Date: 星期一, 14 十一月 2022 12:53:39 +0800
Subject: [PATCH] 添加文本推荐API接口

---
 deploy-jar-template/src/main/resources/application-test.yml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/deploy-jar-template/src/main/resources/application-test.yml b/deploy-jar-template/src/main/resources/application-test.yml
index 4e9ba89..a426d44 100644
--- a/deploy-jar-template/src/main/resources/application-test.yml
+++ b/deploy-jar-template/src/main/resources/application-test.yml
@@ -109,6 +109,11 @@
     business-datasource-authentication: root
     business-datasource-certification: Bjjmy_2020
 
+  text:
+    # 鏂囨湰鐩镐技搴︽湇鍔RL
+#    ai-service: http://116.198.39.83:54321
+    ai-service: http://127.0.0.1:54321
+
 #sftp:
 #  host: 116.198.40.76
 #  port: 22

--
Gitblit v1.9.1