免费的 ChatGPT 聊天机器人 | 在线 AI 聊天工具
<div class='col-md-2 col-sm-3 col-xs-12'>
<div class='call-to-action'>
<button id='answer' onclick='callCHATGPT()' autocomplete='off' class='btn btn-large' href='#'
style='background-color: #333; color: #f4f4f4; border-radius: 10px'>回答</button>
<br>
<br>
<button onclick='save()' autocomplete='off' class='btn btn-large' href='#'
style='background-color: #333; color: #f4f4f4; border-radius: 10px'>保存</button>
</div>
</div>
<div class='col-md-9 col-sm-9 col-xs-12'>
<div class='form-group'>
<label></label>
<textarea class='form-control' id='chatgpt-response'
placeholder='长途访问,请耐心等待回答 Ai生成它很快,但是由于网络问题我们需要等待,通常内容越长等待越久 如果长时间没反应请刷新页面重试' rows='26'
resize='none'
style='width: 100%;height: auto; margin: 0 auto; background-color: #f4f4f4; color: #333; border: 1px solid #ccc; border-radius: 10px; overflow: scroll;'></textarea>
</div>
</div>
</div>
<script>
var OriginTitile = document.title;
var st;
document.addEventListener('visibilitychange', function () {
if (document.hidden) {
document.title = '(つェ⊂)浏览器崩溃了';
clearTimeout(st);
console.log('hide');
} else {
document.title = '(*´∇`*)吖~又好了~ ' + OriginTitile;
console.log('show');
st = setTimeout(function () {
document.title = OriginTitile;
}, 4000);
console.log('endChange=');
}
});
</script>
<script src='static/js/L2Dwidget.min.js'></script>
<script>
L2Dwidget.init({
'pluginRootPath': 'live2dw/',
'pluginJsPath': 'lib/',
'pluginModelPath': 'assets/',
'tagMode': false,
'debug': false,
'model': {
'jsonPath': 'https://html.cveoy.top/live2dw/assets/koharu.model.json'
},
'display': {
'position': 'left',
'width': 50,
'height': 100
},
'mobile': {
'show': false
},
'log': false
});
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-9T4BNDYHDL');
</script>
</div>
</div>
原文地址: https://www.cveoy.top/t/topic/PJy 著作权归作者所有。请勿转载和采集!