Skip to content
Merged

fix #140

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bizyui/js/siliconcloud_llm_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const createModelFetchExtension = (nodeName, endpoint) => {
// 服务器模式,需要token
return new Promise((resolve) => {
const checkToken = () => {
const token = getCookie("bizy_token");
const token = getCookie("auth_token");
if (token) {
clearInterval(timer);
fetchWithToken(token).then(resolve);
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.70
1.2.71