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

@@ -79,6 +79,7 @@ const ModelPage = () => {
config.replicate,
config.huggingface_hub,
config.zhipuai,
config.baichuan,
config.spark,
config.minimax,
config.tongyi,
@@ -93,6 +94,7 @@ const ModelPage = () => {
modelList = [
config.huggingface_hub,
config.zhipuai,
config.baichuan,
config.spark,
config.minimax,
config.azure_openai,