Skip to content

Commit acb26b5

Browse files
authored
bugfix:ensure the correct port number (#411)
1 parent a44aa16 commit acb26b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# HelloworldController类的simpleChat方法
2-
GET http://localhost:8080/helloworld/simple/chat?query=你好,很高兴认识你,能简单介绍一下自己吗?
2+
GET http://localhost:18080/helloworld/simple/chat?query=你好,很高兴认识你,能简单介绍一下自己吗?
33

44
###
55
# HelloworldController类的streamChat方法
6-
GET http://localhost:8080/helloworld/stream/chat?query=你好,很高兴认识你,能简单介绍一下自己吗?
6+
GET http://localhost:18080/helloworld/stream/chat?query=你好,很高兴认识你,能简单介绍一下自己吗?
77

88
###
99
# HelloworldController类的advisorChat方法
10-
GET http://localhost:8080/helloworld/advisor/chat/{conversationId}
10+
GET http://localhost:18080/helloworld/advisor/chat/{conversationId}
1111

1212
###
1313
# HelloworldController类的newChat方法
14-
GET http://localhost:8080/helloworld/advisor/newChat?query=你好,很高兴认识你,能简单介绍一下自己吗?
14+
GET http://localhost:18080/helloworld/advisor/newChat?query=你好,很高兴认识你,能简单介绍一下自己吗?

0 commit comments

Comments
 (0)