feat: model provider refactor done

This commit is contained in:
Dean-YZG
2024-05-15 21:38:25 +08:00
parent 240d330001
commit a0e4a468d6
33 changed files with 3077 additions and 8 deletions

View File

@@ -4,6 +4,9 @@ import { SubmitKey } from "../store/config";
const isApp = !!getClientConfig()?.isApp;
const cn = {
Provider: {
// OPENAI_DISPLAY_NAME: 'OpenAI'
},
WIP: "该功能仍在开发中……",
Error: {
Unauthorized: isApp