Skip to content

Commit 72673c9

Browse files
修改siliconflow登录的clientId (#61)
* 未登陆时不调用fetchUnreadCount (#55) * fix:bizybot对话传入prompt_id和request_id (#56) * fix (#57) * fix * auto prettier format code --------- Co-authored-by: linjm8780860 <11494038+linjm8780860@users.noreply.github.com> * Dev limit interval (#59) * fix * auto prettier format code * fix * fix --------- Co-authored-by: linjm8780860 <11494038+linjm8780860@users.noreply.github.com> * fix * 修改siliconflow登录的clientId * fix * fix --------- Co-authored-by: liu changzhi <116055578+dfhfg123@users.noreply.github.com> Co-authored-by: linjm8780860 <11494038+linjm8780860@users.noreply.github.com>
1 parent f6c4e47 commit 72673c9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/views/btnApiKey/apiKeyDialog.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,8 @@
9090
const closeDialog = () => {
9191
statusStore.handleApiKeyDialog(false)
9292
}
93-
9493
const openOAuthPopup = async (setKey: (key: string) => void) => {
95-
const clientId = 'SFIW4myD4HvRT9u9HF12hk'
94+
const clientId = 'SFtNABXGEb5rZxogl8p3cM'
9695
const ACCOUNT_ENDPOINT = 'https://account.siliconflow.cn'
9796
const authUrl = `${ACCOUNT_ENDPOINT}/oauth?client_id=${clientId}`
9897
const popup = window.open(authUrl, 'oauthPopup', 'width=600,height=600')

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.6
1+
1.2.7

0 commit comments

Comments
 (0)