Update 5 files

- /card.html
- /llama.html
- /index.html
- /Live2dHistoire/live2d/js/message.js
- /js/main.js
This commit is contained in:
mayx
2024-01-01 10:53:46 +00:00
parent 4afea923c5
commit 8f7d02697d
5 changed files with 388 additions and 21 deletions

View File

@ -287,7 +287,7 @@ if(!norunFlag){
showMessage('思考中~', 0); showMessage('思考中~', 0);
$.ajax({ $.ajax({
type: 'POST', type: 'POST',
url: "https://turing-api.mayx.eu.org/", url: talkAPI,
data: { data: {
"info": info_, "info": info_,
"userId": userid_ "userId": userid_

File diff suppressed because one or more lines are too long

View File

@ -58,7 +58,7 @@ title: 首页 - 我的文章
<a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/pixiv-index/">Pixiv图片索引API</a><br> <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/pixiv-index/">Pixiv图片索引API</a><br>
<a href="/card.html">抽卡</a> - 由<a href="https://github.com/eeg1412/">广树</a>大佬提供卡牌<br> <a href="/card.html">Cloudflare LLaMA 2</a><br>
<a href="/message.html">留言板</a><br> <a href="/message.html">留言板</a><br>

View File

@ -54,4 +54,4 @@ if (daysold > 90) {
} }
var message_Path = '/Live2dHistoire/live2d/'; var message_Path = '/Live2dHistoire/live2d/';
var talkAPI = auxiliaryHost+"/talk.php"; var talkAPI = "https://turing-api.mayx.eu.org/";

385
llama.html Normal file

File diff suppressed because one or more lines are too long