From c116d43ed0e8ea2145aa5738668f59b3c0765bbb Mon Sep 17 00:00:00 2001 From: huangge1199 Date: Sat, 12 Jul 2025 09:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f4bf1af..9f57181 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,3 +10,5 @@ langchain4j: chat-model: model-name: qwen-max api-key: +server: + port: 8888 \ No newline at end of file