feat: frontend support claude (#573)

Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
This commit is contained in:
Joel
2023-07-17 00:14:32 +08:00
committed by GitHub
parent 7599f79a17
commit 8e11200306
17 changed files with 401 additions and 35 deletions

View File

@@ -1,3 +1,8 @@
export enum ProviderType {
openai = 'openai',
anthropic = 'anthropic',
}
export enum AppType {
'chat' = 'chat',
'completion' = 'completion',