fix: handle gitee old name (#14451)

pull/14452/head
Joel 1 year ago committed by GitHub
parent a9dda1554e
commit 78a7d7fa21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -76,7 +76,7 @@ export const correctToolProvider = (provider: string) => {
if (provider.includes('/'))
return provider
if (['stepfun', 'jina', 'siliconflow'].includes(provider))
if (['stepfun', 'jina', 'siliconflow', 'gitee_ai'].includes(provider))
return `langgenius/${provider}_tool/${provider}`
return `langgenius/${provider}/${provider}`

Loading…
Cancel
Save