File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-ai-alibaba-helloworld Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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=你好,很高兴认识你,能简单介绍一下自己吗?
You can’t perform that action at this time.
0 commit comments