Skip to content

Commit

Permalink
feat: fix siliconflow reset api url
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Sep 22, 2024
1 parent f98879a commit d7f8eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/config/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export const PROVIDER_CONFIG = {
},
silicon: {
api: {
url: 'https://cloud.siliconflow.cn'
url: 'https://api.siliconflow.cn'
},
websites: {
official: 'https://www.siliconflow.cn/',
Expand Down

0 comments on commit d7f8eec

Please sign in to comment.