3.1 KiB
3.1 KiB
<html lang="en">
<head>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Source Sans Pro', sans-serif;
color: #ffffff;
}
.slide {
width: 1280px;
height: 720px;
position: relative;
overflow: hidden;
background: linear-gradient(rgba(15, 40, 80, 0.85), rgba(15, 40, 80, 0.85)),
url('https://z-cdn-media.chatglm.cn/files/4617a19d-468f-476c-a1cf-2174c7e32e07.png?auth_key=1865095428-03a2a4e3ca714c509205ef9de26b2f53-0-65c9a6a247722b83f86067c9285cd476');
background-size: cover;
background-position: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.logo-container {
position: absolute;
top: 40px;
right: 40px;
}
.zai-logo {
height: 60px;
width: auto;
filter: brightness(0) invert(1);
opacity: 0.9;
}
.content {
text-align: center;
max-width: 80%;
display: flex;
flex-direction: column;
align-items: center;
}
.title {
font-size: 64px;
font-weight: 700;
margin-bottom: 24px;
line-height: 1.2;
color: #ffffff;
}
.subtitle {
font-size: 20px;
font-weight: 400;
color: #e0f2ff;
margin-bottom: 40px;
}
.highlight {
color: #4fc3f7;
font-weight: 600;
}
.icon-container {
margin-top: 30px;
}
.material-icons {
font-size: 48px;
color: #4fc3f7;
}
.author-link {
color: #4fc3f7;
text-decoration: none;
font-weight: 600;
}
.author-link:hover {
text-decoration: underline;
}
</style>
</head>
Step-by-step instructions to integrate GLM 4.6 with TRAE platform
</html>
Adding GLM 4.6 Model to TRAE
Step-by-step instructions to integrate GLM 4.6 with TRAE platform
by RyzenAdvanced (Roman)
integration_instructions
