Compare commits
11 Commits
60b278045e
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c1d238ca0 | ||
| d86244b534 | |||
| 6bf1ac8c9d | |||
| ac2771d2dd | |||
| 9701641f18 | |||
| 44bc902d15 | |||
| cf81b21cbb | |||
| 2a98b05972 | |||
| 2c543f689c | |||
| f811bd6659 | |||
| f7bdb20332 |
8
.cursor/mcp.json
Normal file
8
.cursor/mcp.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"mujian-js-sdk": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "@mujian/mcp-docs-server"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
15
.cursor/rules/general.mdc
Normal file
15
.cursor/rules/general.mdc
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
description: 工程全局规则
|
||||||
|
alwaysApply: true
|
||||||
|
---
|
||||||
|
|
||||||
|
# 你是一个游戏开发Agent,在本工程中,你需要协助我开发一个原生 HTML 游戏
|
||||||
|
|
||||||
|
## 本工程介绍
|
||||||
|
|
||||||
|
- 这是一个模版工程,开发者会基于这个工程进行拓展开发
|
||||||
|
|
||||||
|
## 你需要遵循的规则
|
||||||
|
|
||||||
|
- 入口 HTML 文件必须是 `index.html`
|
||||||
|
- Always respond in 中文
|
||||||
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# Logs
|
||||||
|
logs
|
||||||
|
*.log
|
||||||
|
npm-debug.log*
|
||||||
|
yarn-debug.log*
|
||||||
|
yarn-error.log*
|
||||||
|
pnpm-debug.log*
|
||||||
|
lerna-debug.log*
|
||||||
|
|
||||||
|
node_modules
|
||||||
|
dist
|
||||||
|
dist-ssr
|
||||||
|
*.local
|
||||||
|
|
||||||
|
# Editor directories and files
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/extensions.json
|
||||||
|
.idea
|
||||||
|
.DS_Store
|
||||||
|
*.suo
|
||||||
|
*.ntvs*
|
||||||
|
*.njsproj
|
||||||
|
*.sln
|
||||||
|
*.sw?
|
||||||
|
|
||||||
|
*.zip
|
||||||
8
.trae/mcp.json
Normal file
8
.trae/mcp.json
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"mujian-js-sdk": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "@mujian/mcp-docs-server"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
10
.trae/rules/project_rules.md
Normal file
10
.trae/rules/project_rules.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# 你是一个游戏开发Agent,在本工程中,你需要协助我开发一个原生 HTML 游戏
|
||||||
|
|
||||||
|
## 本工程介绍
|
||||||
|
|
||||||
|
- 这是一个模版工程,开发者会基于这个工程进行拓展开发
|
||||||
|
|
||||||
|
## 你需要遵循的规则
|
||||||
|
|
||||||
|
- 入口 HTML 文件必须是 `index.html`
|
||||||
|
- Always respond in 中文
|
||||||
99
README.md
99
README.md
@@ -1,93 +1,14 @@
|
|||||||
# h5-boilerplate
|
# 幕间自定义界面-官方模版-H5 版
|
||||||
|
|
||||||
|
- [幕间官网](https://mujian.ai)
|
||||||
|
- [幕间文档站](https://docs.mujian.ai)
|
||||||
|
- [幕间SDK](https://docs.mujian.ai/creator/sdk/introduction.html)
|
||||||
|
- [教程地址](https://docs.mujian.ai/creator/game-dev/quick-start-h5.html)
|
||||||
|
- [仓库地址](https://git.mujian.me/mujian/h5-boilerplate)
|
||||||
|
|
||||||
|
本地调试
|
||||||
|
|
||||||
## Getting started
|
```sh
|
||||||
|
pnpm install -g http-server
|
||||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
http-server -p 5173 --cors -c-1
|
||||||
|
|
||||||
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
||||||
|
|
||||||
## Add your files
|
|
||||||
|
|
||||||
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
|
||||||
- [ ] [Add files using the command line](https://docs.gitlab.com/topics/git/add_files/#add-files-to-a-git-repository) or push an existing Git repository with the following command:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
cd existing_repo
|
|
||||||
git remote add origin https://gitlab.lbyc.dev/mujian/frontend/ugc-boilerplate/h5-boilerplate.git
|
|
||||||
git branch -M main
|
|
||||||
git push -uf origin main
|
|
||||||
```
|
|
||||||
|
|
||||||
## Integrate with your tools
|
|
||||||
|
|
||||||
- [ ] [Set up project integrations](https://gitlab.lbyc.dev/mujian/frontend/ugc-boilerplate/h5-boilerplate/-/settings/integrations)
|
|
||||||
|
|
||||||
## Collaborate with your team
|
|
||||||
|
|
||||||
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
|
||||||
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
|
||||||
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
|
||||||
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
|
||||||
- [ ] [Set auto-merge](https://docs.gitlab.com/user/project/merge_requests/auto_merge/)
|
|
||||||
|
|
||||||
## Test and Deploy
|
|
||||||
|
|
||||||
Use the built-in continuous integration in GitLab.
|
|
||||||
|
|
||||||
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/)
|
|
||||||
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
|
||||||
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
|
||||||
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
|
||||||
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
# Editing this README
|
|
||||||
|
|
||||||
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
|
||||||
|
|
||||||
## Suggestions for a good README
|
|
||||||
|
|
||||||
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
|
||||||
|
|
||||||
## Name
|
|
||||||
Choose a self-explaining name for your project.
|
|
||||||
|
|
||||||
## Description
|
|
||||||
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
|
||||||
|
|
||||||
## Badges
|
|
||||||
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
|
||||||
|
|
||||||
## Visuals
|
|
||||||
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
|
||||||
|
|
||||||
## Installation
|
|
||||||
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
|
||||||
|
|
||||||
## Usage
|
|
||||||
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
|
||||||
|
|
||||||
## Support
|
|
||||||
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
|
||||||
|
|
||||||
## Roadmap
|
|
||||||
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
State if you are open to contributions and what your requirements are for accepting them.
|
|
||||||
|
|
||||||
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
|
||||||
|
|
||||||
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
|
||||||
|
|
||||||
## Authors and acknowledgment
|
|
||||||
Show your appreciation to those who have contributed to the project.
|
|
||||||
|
|
||||||
## License
|
|
||||||
For open source projects, say how it is licensed.
|
|
||||||
|
|
||||||
## Project status
|
|
||||||
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
|
||||||
|
|||||||
68
assets/css/chat.css
Normal file
68
assets/css/chat.css
Normal file
@@ -0,0 +1,68 @@
|
|||||||
|
/* 消息容器 */
|
||||||
|
#messages {
|
||||||
|
padding: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
height: calc(100% - 140px);
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 消息 */
|
||||||
|
#messages div {
|
||||||
|
border: 2px solid #000000;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #000;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
padding: 10px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 消息加载中 */
|
||||||
|
#messages>.message.loading {
|
||||||
|
border-color: #003cff;
|
||||||
|
animation: pulse 1s infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 消息加载中动画 */
|
||||||
|
@keyframes pulse {
|
||||||
|
0% {
|
||||||
|
border-color: #6e90ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
50% {
|
||||||
|
border-color: #002ec5;
|
||||||
|
}
|
||||||
|
|
||||||
|
100% {
|
||||||
|
border-color: #6e90ff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 用户消息 */
|
||||||
|
#messages>.message.user {
|
||||||
|
border-color: #c90000;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* AI消息 */
|
||||||
|
#messages>.message.assistant {
|
||||||
|
border-color: #06af2d;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 输入容器 */
|
||||||
|
#input-container {
|
||||||
|
border-top: 2px solid #000000;
|
||||||
|
height: 100px;
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* 输入框 */
|
||||||
|
#input {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
height: 50px;
|
||||||
|
width: 90%;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
17
assets/css/index.css
Normal file
17
assets/css/index.css
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
html {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#project-info-img {
|
||||||
|
width: 64px;
|
||||||
|
height: 64px;
|
||||||
|
object-fit: cover;
|
||||||
|
}
|
||||||
9
assets/img/logo.svg
Normal file
9
assets/img/logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 23 KiB |
100
assets/js/chat.js
Normal file
100
assets/js/chat.js
Normal file
@@ -0,0 +1,100 @@
|
|||||||
|
const mujianSdk = new window.MujianUMD.MujianSdk();
|
||||||
|
const stopController = new AbortController();
|
||||||
|
|
||||||
|
// 发送消息。入参是用户输入
|
||||||
|
async function send(query) {
|
||||||
|
const id = Date.now();
|
||||||
|
addMessage("assistant", "等待回复中...", id); // 添加一个占位的AI消息。用于后续刷返回文字
|
||||||
|
startLoading(id); // 给消息添加loading状态
|
||||||
|
await mujianSdk.ai.chat.complete( // 调用 mujian sdk 发送请求
|
||||||
|
query,
|
||||||
|
(res) => {
|
||||||
|
updateMessage(id, res.fullContent); // 流式实时更新消息
|
||||||
|
if (res.isFinished) { // 如果流式完成结束,则停止loading状态
|
||||||
|
stopLoading(id); // 停止loading状态
|
||||||
|
}
|
||||||
|
},
|
||||||
|
stopController.signal,
|
||||||
|
{
|
||||||
|
parseContent: true, // 让 sdk 只返回消息内容,不会返回其他字段
|
||||||
|
},
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 停止发送消息
|
||||||
|
function stop() {
|
||||||
|
stopController.abort();
|
||||||
|
}
|
||||||
|
|
||||||
|
// 渲染所有消息
|
||||||
|
async function renderAllMessages() {
|
||||||
|
const messages = await mujianSdk.ai.chat.message.getAll(); // 通过 sdk 获取所有消息
|
||||||
|
renderMessages(messages); // 渲染所有消息
|
||||||
|
scrollToBottom(); // 滚动到底部
|
||||||
|
}
|
||||||
|
|
||||||
|
// 更新消息。入参是消息id和消息内容
|
||||||
|
function updateMessage(id, message) {
|
||||||
|
if ($(`#message-assistant-${id}`).length === 0) { // 如果消息不存在,则返回
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$(`#message-assistant-${id}`).text("assistant: " + message); // 更新消息内容
|
||||||
|
scrollToBottom(); // 滚动到底部
|
||||||
|
}
|
||||||
|
|
||||||
|
// 添加消息。入参是消息角色和消息内容
|
||||||
|
function addMessage(role, message, id = null) {
|
||||||
|
const _id = id || Date.now(); // 如果消息id不存在,则生成一个唯一id
|
||||||
|
$("#messages").append(
|
||||||
|
`<div id="message-${role}-${_id}" class="message ${role === "user" ? "user" : "assistant"}">${role}: ${message}</div>`, // 添加消息
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
function startLoading(id) {
|
||||||
|
$(`#message-assistant-${id}`).addClass("loading");
|
||||||
|
}
|
||||||
|
|
||||||
|
function stopLoading(id) {
|
||||||
|
$(`#message-assistant-${id}`).removeClass("loading");
|
||||||
|
}
|
||||||
|
|
||||||
|
function clearMessages() {
|
||||||
|
$("#messages").empty();
|
||||||
|
}
|
||||||
|
|
||||||
|
function scrollToBottom() {
|
||||||
|
$("#messages").animate(
|
||||||
|
{ scrollTop: $("#messages").prop("scrollHeight") },
|
||||||
|
100,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
// 渲染消息。入参是消息列表
|
||||||
|
function renderMessages(messages) {
|
||||||
|
// console.log("messages", messages);
|
||||||
|
messages.forEach((message) => {
|
||||||
|
// 添加消息
|
||||||
|
addMessage(message.role, message.content, message.id);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
// 发送消息。点击发送按钮时,获取用户输入,并发送消息
|
||||||
|
$("#send").click(async () => {
|
||||||
|
const query = $("#input").val(); // 获取用户输入
|
||||||
|
if (!query) { // 如果用户输入为空,则返回
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
$("#input").val(""); // 清空用户输入
|
||||||
|
addMessage("user", query, Date.now()); // 添加用户消息
|
||||||
|
await send(query); // 发送消息
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#stop").click(stop); // 点击停止按钮时,停止发送消息
|
||||||
|
|
||||||
|
|
||||||
|
// 初始化。初始化幕间官方SDK
|
||||||
|
(async () => {
|
||||||
|
await mujianSdk.init().then(async () => {
|
||||||
|
await renderAllMessages(); // 渲染所有消息
|
||||||
|
});
|
||||||
|
})();
|
||||||
217
assets/js/index.js
Normal file
217
assets/js/index.js
Normal file
@@ -0,0 +1,217 @@
|
|||||||
|
const mujianSdk = new window.MujianUMD.MujianSdk();
|
||||||
|
|
||||||
|
mujianSdk.init().then(() => {
|
||||||
|
console.log("init success");
|
||||||
|
mujianSdk.ai.chat.project.getInfo().then((res) => {
|
||||||
|
console.log("getProjectInfo success", res);
|
||||||
|
window.document.getElementById("project-info").innerHTML =
|
||||||
|
`<pre>${JSON.stringify(res, null, 2)}</pre>`;
|
||||||
|
window.document.getElementById("project-info-img").src = res.coverImageUrl;
|
||||||
|
});
|
||||||
|
|
||||||
|
mujianSdk.ai.chat.settings.persona.getActive().then((res) => {
|
||||||
|
console.log("getPersonaInfo success", res);
|
||||||
|
// 支持 JQuery 操作页面元素
|
||||||
|
$("#persona-info").html(JSON.stringify(res));
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#text-completion-button").click(async () => {
|
||||||
|
$("#text-completion-result").html("");
|
||||||
|
const res = await mujianSdk.ai.openai.completions.create({
|
||||||
|
prompt: "Hello, world!",
|
||||||
|
});
|
||||||
|
console.log("text completion success", res);
|
||||||
|
$("#text-completion-result").html(JSON.stringify(res));
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#chat-completion-button").click(async () => {
|
||||||
|
$("#chat-completion-result").html("");
|
||||||
|
const res = await mujianSdk.ai.openai.chat.completions.create({
|
||||||
|
messages: [{ role: "user", content: "Hello, world!" }],
|
||||||
|
});
|
||||||
|
console.log("chat completion success", res);
|
||||||
|
$("#chat-completion-result").html(JSON.stringify(res));
|
||||||
|
});
|
||||||
|
|
||||||
|
// 文字补全流式
|
||||||
|
$("#text-completion-stream-button").click(async () => {
|
||||||
|
$("#text-completion-stream-result").html("");
|
||||||
|
const res = await mujianSdk.ai.openai.completions.create(
|
||||||
|
{
|
||||||
|
prompt: "给我讲个100字的故事",
|
||||||
|
stream: true,
|
||||||
|
},
|
||||||
|
{},
|
||||||
|
(data) => {
|
||||||
|
console.log("text completion stream data", data);
|
||||||
|
$("#text-completion-stream-result").append(data?.choices?.[0]?.text);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
// 对话补全流式
|
||||||
|
$("#chat-completion-stream-button").click(async () => {
|
||||||
|
$("#chat-completion-stream-result").html("");
|
||||||
|
const res = await mujianSdk.ai.openai.chat.completions.create(
|
||||||
|
{
|
||||||
|
messages: [{ role: "user", content: "给我讲个100字的故事" }],
|
||||||
|
stream: true,
|
||||||
|
},
|
||||||
|
{},
|
||||||
|
(data) => {
|
||||||
|
console.log("chat completion stream data", data);
|
||||||
|
$("#chat-completion-stream-result").append(
|
||||||
|
data?.choices?.[0]?.delta?.content,
|
||||||
|
);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Responses 非流式
|
||||||
|
$("#responses-button").click(async () => {
|
||||||
|
$("#responses-result").html("");
|
||||||
|
const res = await mujianSdk.ai.openai.responses.create({
|
||||||
|
input: [
|
||||||
|
{
|
||||||
|
type: "message",
|
||||||
|
role: "user",
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: "input_text",
|
||||||
|
text: "给我讲个100字的故事",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
|
console.log("responses success", res);
|
||||||
|
$("#responses-result").html(res?.output?.[0]?.content?.[0]?.text);
|
||||||
|
});
|
||||||
|
|
||||||
|
// Responses 流式
|
||||||
|
$("#responses-stream-button").click(async () => {
|
||||||
|
$("#responses-stream-result").html("");
|
||||||
|
const res = await mujianSdk.ai.openai.responses.create(
|
||||||
|
{
|
||||||
|
input: [
|
||||||
|
{
|
||||||
|
type: "message",
|
||||||
|
role: "user",
|
||||||
|
content: [
|
||||||
|
{
|
||||||
|
type: "input_text",
|
||||||
|
text: "给我讲个100字的故事",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
stream: true,
|
||||||
|
},
|
||||||
|
{},
|
||||||
|
(data) => {
|
||||||
|
// console.log("responses stream data", data);
|
||||||
|
$("#responses-stream-result").append(data?.delta);
|
||||||
|
},
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#image-generation-button").click(async () => {
|
||||||
|
$("#image-generation-result").html("");
|
||||||
|
const res = await mujianSdk.ai.openai.images.generate({
|
||||||
|
prompt: "A beautiful sunset over a calm ocean",
|
||||||
|
});
|
||||||
|
console.log("image generation success", res?.choices?.[0]?.images);
|
||||||
|
for (const image of res?.choices?.[0]?.images || []) {
|
||||||
|
$("#image-generation-result").append(
|
||||||
|
`<img src="${image.image_url?.url}" alt="图像生成结果" style="max-width: 100%; height: auto; margin: 10px; border-radius: 8px;" />`,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#image-generation-stream-button").click(async () => {
|
||||||
|
$("#image-generation-stream-result").html("");
|
||||||
|
await mujianSdk.ai.openai.images.generate(
|
||||||
|
{
|
||||||
|
prompt:
|
||||||
|
"Create two images, one is a beautiful sunset over a calm ocean, the other is a beautiful sunrise over a calm ocean",
|
||||||
|
stream: true,
|
||||||
|
},
|
||||||
|
{},
|
||||||
|
(data) => {
|
||||||
|
console.log("image generation stream data", data);
|
||||||
|
if (data?.choices?.[0]?.images) {
|
||||||
|
$("#image-generation-stream-result").append(
|
||||||
|
`<img src="${data?.choices?.[0]?.images?.[0]?.image_url?.url}" alt="图像生成结果" style="max-width: 100%; height: auto; margin: 10px; border-radius: 8px;" />`,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
},
|
||||||
|
);
|
||||||
|
});
|
||||||
|
|
||||||
|
$("#tool-call-button").click(async () => {
|
||||||
|
$("#tool-call-result").html("");
|
||||||
|
|
||||||
|
const weatherTool = {
|
||||||
|
type: "function",
|
||||||
|
function: {
|
||||||
|
name: "get_weather",
|
||||||
|
description: "Get the current weather in a location",
|
||||||
|
parameters: {
|
||||||
|
type: "object",
|
||||||
|
properties: {
|
||||||
|
location: {
|
||||||
|
type: "string",
|
||||||
|
description: "The city and state, e.g. San Francisco, CA",
|
||||||
|
},
|
||||||
|
unit: {
|
||||||
|
type: "string",
|
||||||
|
enum: ["celsius", "fahrenheit"],
|
||||||
|
description: "The unit of temperature, e.g. celsius, fahrenheit",
|
||||||
|
default: "celsius",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
required: ["location"],
|
||||||
|
},
|
||||||
|
},
|
||||||
|
};
|
||||||
|
|
||||||
|
const get_weather = async (location, unit) => {
|
||||||
|
console.log("get_weather", location, unit);
|
||||||
|
return {
|
||||||
|
weather: "sunny",
|
||||||
|
temperature: 20,
|
||||||
|
unit: unit,
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
const TOOL_MAPPING = {
|
||||||
|
get_weather,
|
||||||
|
};
|
||||||
|
|
||||||
|
const res = await mujianSdk.ai.openai.chat.completions.create({
|
||||||
|
messages: [
|
||||||
|
{
|
||||||
|
role: "system",
|
||||||
|
content: "You are a helpful assistant.",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
role: "user",
|
||||||
|
content: "What is the weather in San Francisco? in fahrenheit",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
tools: [weatherTool],
|
||||||
|
tool_choice: "auto",
|
||||||
|
max_output_tokens: 9000,
|
||||||
|
});
|
||||||
|
console.log("tool call success", res);
|
||||||
|
$("#tool-call-result").html(JSON.stringify(res));
|
||||||
|
const msg = res.choices[0].message;
|
||||||
|
|
||||||
|
for (const toolCall of msg?.tool_calls || []) {
|
||||||
|
const toolName = toolCall.function.name;
|
||||||
|
const { location, unit } = JSON.parse(toolCall.function.arguments);
|
||||||
|
const toolResponse = await TOOL_MAPPING[toolName](location, unit);
|
||||||
|
console.log("tool response", toolResponse);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
});
|
||||||
41
chat.html
Normal file
41
chat.html
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<title>Chat示例</title>
|
||||||
|
<!-- 第三方库:JQuery-UI - 主要用于提供基础的UI控件 -->
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="https://cdn.jsdmirror.com/npm/jquery-ui@1.14.1/dist/themes/base/theme.css"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- 你的 CSS 样式代码,都放在这里 -->
|
||||||
|
<link rel="stylesheet" href="assets/css/index.css" />
|
||||||
|
<link rel="stylesheet" href="assets/css/chat.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div id="messages" class="max-h-[200px] overflow-y-auto"></div>
|
||||||
|
|
||||||
|
<div id="input-container">
|
||||||
|
<textarea id="input" class="" ></textarea>
|
||||||
|
<div class="flex-1">
|
||||||
|
<button id="send" class="ui-button ui-widget ui-corner-all">发送</button>
|
||||||
|
<button id="stop" class="ui-button ui-widget ui-corner-all">停止</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 幕间官方SDK -->
|
||||||
|
<script src="https://cdn.jsdmirror.com/npm/@mujian/js-sdk@0.0.6-beta.41/dist/umd/index.js"></script>
|
||||||
|
<!-- 第三方库:JQuery - 主要用于提供便利地操作页面元素的函数 -->
|
||||||
|
<script src="https://cdn.jsdmirror.com/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||||
|
<!-- 第三方库:JQuery-UI - 主要用于提供基础的UI控件 -->
|
||||||
|
<script src="https://cdn.jsdmirror.com/npm/jquery-ui@1.14.1/dist/jquery-ui.min.js"></script>
|
||||||
|
<!-- 第三方库:fontawesome - 主要用于提供图标 -->
|
||||||
|
<script src="https://cdn.jsdmirror.com/npm/@fortawesome/fontawesome-free@7.1.0/js/all.min.js"></script>
|
||||||
|
|
||||||
|
<!-- 你的 JS 代码,都放在这里 -->
|
||||||
|
<script src="assets/js/chat.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
162
index.html
Normal file
162
index.html
Normal file
@@ -0,0 +1,162 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<title>幕间UGC自定义界面项目模版</title>
|
||||||
|
<!-- 第三方库:JQuery-UI - 主要用于提供基础的UI控件 -->
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="https://cdn.jsdmirror.com/npm/jquery-ui@1.14.1/dist/themes/base/theme.css"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<!-- 你的 CSS 样式代码,都放在这里 -->
|
||||||
|
<link rel="stylesheet" href="assets/css/index.css" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<h3>
|
||||||
|
<img
|
||||||
|
id="logo"
|
||||||
|
src="assets/img/logo.svg"
|
||||||
|
alt="幕间UGC模版"
|
||||||
|
/>幕间UGC自定义界面项目模版
|
||||||
|
</h3>
|
||||||
|
|
||||||
|
<h4>获取项目信息</h4>
|
||||||
|
|
||||||
|
<div id="project-info" class="text-sm"></div>
|
||||||
|
|
||||||
|
<div>
|
||||||
|
这是作品封面,你可以获取到
|
||||||
|
<img id="project-info-img" src="" alt="封面图" />
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h4>获取当前人设</h4>
|
||||||
|
<div id="persona-info" class="text-sm"></div>
|
||||||
|
|
||||||
|
<h4>三方库示例</h4>
|
||||||
|
<i class="fa-solid fa-user"></i>
|
||||||
|
<button class="ui-button ui-widget ui-corner-all">jquery-ui按钮</button>
|
||||||
|
|
||||||
|
<div class="flex gap-2">
|
||||||
|
<h4>
|
||||||
|
Chat示例
|
||||||
|
<button
|
||||||
|
class="ui-button ui-widget ui-corner-all"
|
||||||
|
onclick="window.location.href = '/chat.html'"
|
||||||
|
>
|
||||||
|
前往Chat示例
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
文字补全 示例 (非流式)
|
||||||
|
<button
|
||||||
|
class="ui-button ui-widget ui-corner-all"
|
||||||
|
id="text-completion-button"
|
||||||
|
>
|
||||||
|
触发文字补全
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="text-completion-result"></div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
文字补全 示例 (流式)
|
||||||
|
<button
|
||||||
|
class="ui-button ui-widget ui-corner-all"
|
||||||
|
id="text-completion-stream-button"
|
||||||
|
>
|
||||||
|
触发文字补全
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="text-completion-stream-result"></div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
对话补全 示例 (非流式)
|
||||||
|
<button
|
||||||
|
class="ui-button ui-widget ui-corner-all"
|
||||||
|
id="chat-completion-button"
|
||||||
|
>
|
||||||
|
触发对话补全
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="chat-completion-result"></div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
对话补全 示例 (流式)
|
||||||
|
<button
|
||||||
|
class="ui-button ui-widget ui-corner-all"
|
||||||
|
id="chat-completion-stream-button"
|
||||||
|
>
|
||||||
|
触发对话补全
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="chat-completion-stream-result"></div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
Responses 示例 (非流式)
|
||||||
|
<button class="ui-button ui-widget ui-corner-all" id="responses-button">
|
||||||
|
触发Responses
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="responses-result"></div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
Responses 示例 (流式)
|
||||||
|
<button
|
||||||
|
class="ui-button ui-widget ui-corner-all"
|
||||||
|
id="responses-stream-button"
|
||||||
|
>
|
||||||
|
触发Responses
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="responses-stream-result"></div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
图像生成 示例(非流式)
|
||||||
|
<button
|
||||||
|
class="ui-button ui-widget ui-corner-all"
|
||||||
|
id="image-generation-button"
|
||||||
|
>
|
||||||
|
触发图像生成
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="image-generation-result"></div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
图像生成 示例(流式)
|
||||||
|
<button
|
||||||
|
class="ui-button ui-widget ui-corner-all"
|
||||||
|
id="image-generation-stream-button"
|
||||||
|
>
|
||||||
|
触发图像生成
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="image-generation-stream-result"></div>
|
||||||
|
|
||||||
|
<h4>
|
||||||
|
Tool call 示例(非流式)
|
||||||
|
<button class="ui-button ui-widget ui-corner-all" id="tool-call-button">
|
||||||
|
触发Tool call
|
||||||
|
</button>
|
||||||
|
</h4>
|
||||||
|
<div id="tool-call-result"></div>
|
||||||
|
|
||||||
|
<!-- 幕间官方SDK -->
|
||||||
|
<script src="https://cdn.jsdmirror.com/npm/@mujian/js-sdk@0.0.6-beta.45/dist/umd/index.js"></script>
|
||||||
|
<!-- 第三方库:JQuery - 主要用于提供便利地操作页面元素的函数 -->
|
||||||
|
<script src="https://cdn.jsdmirror.com/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||||
|
<!-- 第三方库:JQuery-UI - 主要用于提供基础的UI控件 -->
|
||||||
|
<script src="https://cdn.jsdmirror.com/npm/jquery-ui@1.14.1/dist/jquery-ui.min.js"></script>
|
||||||
|
<!-- 第三方库:fontawesome - 主要用于提供图标 -->
|
||||||
|
<script src="https://cdn.jsdmirror.com/npm/@fortawesome/fontawesome-free@7.1.0/js/all.min.js"></script>
|
||||||
|
|
||||||
|
<!-- 你的 JS 代码,都放在这里 -->
|
||||||
|
<script src="assets/js/index.js"></script>
|
||||||
|
|
||||||
|
<!-- 可以把不同功能的代码,拆分到不同文件内,方便管理和修改 -->
|
||||||
|
<!-- <script src="assets/js/other.js"></script> -->
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user