mirror of
https://github.com/Sneed-Group/scuregpt
synced 2024-12-23 02:34:59 -06:00
Add files via upload
This commit is contained in:
parent
f89d1748ad
commit
9c86e1d12a
2 changed files with 14 additions and 1 deletions
13
chatgpt.min.js
vendored
Normal file
13
chatgpt.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -15,7 +15,7 @@
|
|||
<script>
|
||||
function go(q) {
|
||||
let xhr = new XMLHttpRequest();
|
||||
xhr.open('GET', 'https://cdn.jsdelivr.net/npm/@kudoai/chatgpt.js@2.9.3/dist/chatgpt.min.js');
|
||||
xhr.open('GET', 'chatgpt.min.js');
|
||||
xhr.onload = function () {
|
||||
if (xhr.status === 200) {
|
||||
var chatgptJS = document.createElement('script');
|
||||
|
|
Loading…
Reference in a new issue