-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [AI] support adding extend LLM #1021
Conversation
optimizing existing features Log:as title
Note
详情{
"src/plugins/codegeex/codegeexmanager.cpp": [
{
"line": "static const char *kUrlSSEChat = \"https://codegeex.cn/prod/code/chatCodeSseV3/chat\";",
"line_number": 29,
"rule": "S35",
"reason": "Url link | 9a3dc8cf24"
},
{
"line": "static const char *kUrlNewSession = \"https://codegeex.cn/prod/code/chatGlmTalk/insert\";",
"line_number": 31,
"rule": "S35",
"reason": "Url link | bed2c163c5"
},
{
"line": "static const char *kUrlDeleteSession = \"https://codegeex.cn/prod/code/chatGlmTalk/delete\";",
"line_number": 32,
"rule": "S35",
"reason": "Url link | 1c26bba3f3"
},
{
"line": "static const char *kUrlQuerySession = \"https://codegeex.cn/prod/code/chatGlmTalk/selectList\";",
"line_number": 33,
"rule": "S35",
"reason": "Url link | 354cff53d7"
},
{
"line": "static const char *kUrlQueryMessage = \"https://codegeex.cn/prod/code/chatGmlMsg/selectList\";",
"line_number": 34,
"rule": "S35",
"reason": "Url link | 63ba5cece9"
}
],
"src/plugins/codegeex/codegeex/askapi.cpp": [
{
"line": " QString url = QString(\"https://codegeex.cn/auth?sessionId=%1&%2=%3&device=%4\").arg(sessionId).arg(machineId).arg(userId).arg(env);",
"line_number": 303,
"rule": "S35",
"reason": "Url link | b07d252a19"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/logout\";",
"line_number": 309,
"rule": "S35",
"reason": "Url link | ee6b8d530b"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/getUserInfo\";",
"line_number": 329,
"rule": "S35",
"reason": "Url link | cdba09a05e"
}
],
"src/plugins/aimanager/aimanager.json": [
{
"line": " \"UrlLink\" : \"https://uosdn.uniontech.com/#document2?dirid=656d40a9bd766615b0b02e5e\",",
"line_number": 12,
"rule": "S35",
"reason": "Url link | f9197a3d4e"
}
]
} |
1 similar comment
Note
详情{
"src/plugins/codegeex/codegeexmanager.cpp": [
{
"line": "static const char *kUrlSSEChat = \"https://codegeex.cn/prod/code/chatCodeSseV3/chat\";",
"line_number": 29,
"rule": "S35",
"reason": "Url link | 9a3dc8cf24"
},
{
"line": "static const char *kUrlNewSession = \"https://codegeex.cn/prod/code/chatGlmTalk/insert\";",
"line_number": 31,
"rule": "S35",
"reason": "Url link | bed2c163c5"
},
{
"line": "static const char *kUrlDeleteSession = \"https://codegeex.cn/prod/code/chatGlmTalk/delete\";",
"line_number": 32,
"rule": "S35",
"reason": "Url link | 1c26bba3f3"
},
{
"line": "static const char *kUrlQuerySession = \"https://codegeex.cn/prod/code/chatGlmTalk/selectList\";",
"line_number": 33,
"rule": "S35",
"reason": "Url link | 354cff53d7"
},
{
"line": "static const char *kUrlQueryMessage = \"https://codegeex.cn/prod/code/chatGmlMsg/selectList\";",
"line_number": 34,
"rule": "S35",
"reason": "Url link | 63ba5cece9"
}
],
"src/plugins/codegeex/codegeex/askapi.cpp": [
{
"line": " QString url = QString(\"https://codegeex.cn/auth?sessionId=%1&%2=%3&device=%4\").arg(sessionId).arg(machineId).arg(userId).arg(env);",
"line_number": 303,
"rule": "S35",
"reason": "Url link | b07d252a19"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/logout\";",
"line_number": 309,
"rule": "S35",
"reason": "Url link | ee6b8d530b"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/getUserInfo\";",
"line_number": 329,
"rule": "S35",
"reason": "Url link | cdba09a05e"
}
],
"src/plugins/aimanager/aimanager.json": [
{
"line": " \"UrlLink\" : \"https://uosdn.uniontech.com/#document2?dirid=656d40a9bd766615b0b02e5e\",",
"line_number": 12,
"rule": "S35",
"reason": "Url link | f9197a3d4e"
}
]
} |
f9a3458
to
0b609f3
Compare
Note
详情{
"src/plugins/codegeex/codegeexmanager.cpp": [
{
"line": "static const char *kUrlSSEChat = \"https://codegeex.cn/prod/code/chatCodeSseV3/chat\";",
"line_number": 29,
"rule": "S35",
"reason": "Url link | 9a3dc8cf24"
},
{
"line": "static const char *kUrlNewSession = \"https://codegeex.cn/prod/code/chatGlmTalk/insert\";",
"line_number": 31,
"rule": "S35",
"reason": "Url link | bed2c163c5"
},
{
"line": "static const char *kUrlDeleteSession = \"https://codegeex.cn/prod/code/chatGlmTalk/delete\";",
"line_number": 32,
"rule": "S35",
"reason": "Url link | 1c26bba3f3"
},
{
"line": "static const char *kUrlQuerySession = \"https://codegeex.cn/prod/code/chatGlmTalk/selectList\";",
"line_number": 33,
"rule": "S35",
"reason": "Url link | 354cff53d7"
},
{
"line": "static const char *kUrlQueryMessage = \"https://codegeex.cn/prod/code/chatGmlMsg/selectList\";",
"line_number": 34,
"rule": "S35",
"reason": "Url link | 63ba5cece9"
}
],
"src/plugins/codegeex/codegeex/askapi.cpp": [
{
"line": " QString url = QString(\"https://codegeex.cn/auth?sessionId=%1&%2=%3&device=%4\").arg(sessionId).arg(machineId).arg(userId).arg(env);",
"line_number": 303,
"rule": "S35",
"reason": "Url link | b07d252a19"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/logout\";",
"line_number": 309,
"rule": "S35",
"reason": "Url link | ee6b8d530b"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/getUserInfo\";",
"line_number": 329,
"rule": "S35",
"reason": "Url link | cdba09a05e"
}
],
"src/plugins/aimanager/aimanager.json": [
{
"line": " \"UrlLink\" : \"https://uosdn.uniontech.com/#document2?dirid=656d40a9bd766615b0b02e5e\",",
"line_number": 12,
"rule": "S35",
"reason": "Url link | f9197a3d4e"
}
]
} |
deepin pr auto review###PATH:./codegeex-plugin-main/src/services/option/optionmanager.cpp #include "optionmanager.h" |
mainWidget->setFixedSize(360, 140); | ||
QVBoxLayout *mainLayout = new QVBoxLayout(mainWidget); | ||
mainLayout->addWidget(warningText, 0, Qt::AlignTop | Qt::AlignLeft); | ||
dialog.addContent(mainWidget); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
直接将warningText添加到dialog中就行了吧
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
样式不符合设计。 这样子写能多个白色的背景
Note
详情{
"src/plugins/codegeex/codegeexmanager.cpp": [
{
"line": "static const char *kUrlSSEChat = \"https://codegeex.cn/prod/code/chatCodeSseV3/chat\";",
"line_number": 29,
"rule": "S35",
"reason": "Url link | 9a3dc8cf24"
},
{
"line": "static const char *kUrlNewSession = \"https://codegeex.cn/prod/code/chatGlmTalk/insert\";",
"line_number": 31,
"rule": "S35",
"reason": "Url link | bed2c163c5"
},
{
"line": "static const char *kUrlDeleteSession = \"https://codegeex.cn/prod/code/chatGlmTalk/delete\";",
"line_number": 32,
"rule": "S35",
"reason": "Url link | 1c26bba3f3"
},
{
"line": "static const char *kUrlQuerySession = \"https://codegeex.cn/prod/code/chatGlmTalk/selectList\";",
"line_number": 33,
"rule": "S35",
"reason": "Url link | 354cff53d7"
},
{
"line": "static const char *kUrlQueryMessage = \"https://codegeex.cn/prod/code/chatGmlMsg/selectList\";",
"line_number": 34,
"rule": "S35",
"reason": "Url link | 63ba5cece9"
}
],
"src/plugins/codegeex/codegeex/askapi.cpp": [
{
"line": " QString url = QString(\"https://codegeex.cn/auth?sessionId=%1&%2=%3&device=%4\").arg(sessionId).arg(machineId).arg(userId).arg(env);",
"line_number": 303,
"rule": "S35",
"reason": "Url link | b07d252a19"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/logout\";",
"line_number": 309,
"rule": "S35",
"reason": "Url link | ee6b8d530b"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/getUserInfo\";",
"line_number": 329,
"rule": "S35",
"reason": "Url link | cdba09a05e"
}
],
"src/plugins/aimanager/aimanager.json": [
{
"line": " \"UrlLink\" : \"https://uosdn.uniontech.com/#document2?dirid=656d40a9bd766615b0b02e5e\",",
"line_number": 12,
"rule": "S35",
"reason": "Url link | f9197a3d4e"
}
]
} |
Log: as title
Note
详情{
"src/plugins/codegeex/codegeexmanager.cpp": [
{
"line": "static const char *kUrlSSEChat = \"https://codegeex.cn/prod/code/chatCodeSseV3/chat\";",
"line_number": 29,
"rule": "S35",
"reason": "Url link | 9a3dc8cf24"
},
{
"line": "static const char *kUrlNewSession = \"https://codegeex.cn/prod/code/chatGlmTalk/insert\";",
"line_number": 31,
"rule": "S35",
"reason": "Url link | bed2c163c5"
},
{
"line": "static const char *kUrlDeleteSession = \"https://codegeex.cn/prod/code/chatGlmTalk/delete\";",
"line_number": 32,
"rule": "S35",
"reason": "Url link | 1c26bba3f3"
},
{
"line": "static const char *kUrlQuerySession = \"https://codegeex.cn/prod/code/chatGlmTalk/selectList\";",
"line_number": 33,
"rule": "S35",
"reason": "Url link | 354cff53d7"
},
{
"line": "static const char *kUrlQueryMessage = \"https://codegeex.cn/prod/code/chatGmlMsg/selectList\";",
"line_number": 34,
"rule": "S35",
"reason": "Url link | 63ba5cece9"
}
],
"src/plugins/codegeex/codegeex/askapi.cpp": [
{
"line": " QString url = QString(\"https://codegeex.cn/auth?sessionId=%1&%2=%3&device=%4\").arg(sessionId).arg(machineId).arg(userId).arg(env);",
"line_number": 303,
"rule": "S35",
"reason": "Url link | b07d252a19"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/logout\";",
"line_number": 309,
"rule": "S35",
"reason": "Url link | ee6b8d530b"
},
{
"line": " QString url = \"https://codegeex.cn/prod/code/oauth/getUserInfo\";",
"line_number": 329,
"rule": "S35",
"reason": "Url link | cdba09a05e"
}
],
"src/plugins/aimanager/aimanager.json": [
{
"line": " \"UrlLink\" : \"https://uosdn.uniontech.com/#document2?dirid=656d40a9bd766615b0b02e5e\",",
"line_number": 12,
"rule": "S35",
"reason": "Url link | f9197a3d4e"
}
]
} |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deepin-mozart, LiHua000 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
optimizing existing features
Log:as title