提交 f7d2053b 编写于 作者: 知源笔记's avatar 知源笔记

fix: stop chars

上级 420b1d44
......@@ -135,6 +135,7 @@ public class BiVenusController {
completion.addUserMsg(userMsg);
completion.setApiKey(System.getenv("INSCODE_API_KEY"));
String reply = gptClient.chatCompletion(completion);
reply = StringUtils.split(reply, ';')[0];
String sql = String.format("SELECT %s", reply);
String res = sqlFormatFromDsAndSql(dsId, sql);
long end = System.currentTimeMillis();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册