feat: provider add baichuan (#1298)

This commit is contained in:
zxhlyh
2023-10-10 12:10:43 +08:00
committed by GitHub
parent 4ab4bcc074
commit df07fb5951
25 changed files with 435 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ import xinference from './xinference'
import openllm from './openllm'
import localai from './localai'
import zhipuai from './zhipuai'
import baichuan from './baichuan'
export default {
openai,
@@ -28,4 +29,5 @@ export default {
openllm,
localai,
zhipuai,
baichuan,
}