prod #1

Merged
songjvcheng merged 3 commits from prod into master 2025-06-20 15:03:08 +08:00
Showing only changes of commit c177a4b989 - Show all commits

View File

@ -210,7 +210,7 @@
async function getToken() {
try {
const response = await fetch('http://14.103.170.252:6211/token', {
const response = await fetch('https://srtc.yantootech.com/token', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
@ -338,7 +338,7 @@
}
}
const response = await fetch('http://14.103.170.252:6211/chat', {
const response = await fetch('https://srtc.yantootech.com/chat', {
method: 'POST',
headers: {
'Content-Type': 'application/json',