TASK:LLM;
This commit is contained in:
@@ -79,7 +79,7 @@ public class LLMServiceImpl implements LLMService {
|
|||||||
AuthPrincipalVo principal = jwtTokenHelper.parserToUser(token);
|
AuthPrincipalVo principal = jwtTokenHelper.parserToUser(token);
|
||||||
Long accountId = principal.getId();
|
Long accountId = principal.getId();
|
||||||
int userSeq = getNextSeq(projectId); // 获取当前session下一条消息序号
|
int userSeq = getNextSeq(projectId); // 获取当前session下一条消息序号
|
||||||
String url = "http://127.0.0.1:2011/chat-stream";
|
String url = "http://18.167.251.121:2011/chat-stream";
|
||||||
// String url = "http://10.1.1.240:1013/chat-stream";
|
// String url = "http://10.1.1.240:1013/chat-stream";
|
||||||
HttpURLConnection conn = (HttpURLConnection) new URL(url).openConnection();
|
HttpURLConnection conn = (HttpURLConnection) new URL(url).openConnection();
|
||||||
conn.setRequestMethod("POST");
|
conn.setRequestMethod("POST");
|
||||||
|
|||||||
Reference in New Issue
Block a user