Feat/portuguese support (#2075)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { AnnotationReplyConfig, ChatPromptConfig, CompletionPromptConfig, DatasetConfigs, PromptMode } from '@/models/debug'
|
||||
import type { CollectionType } from '@/app/components/tools/types'
|
||||
import type { LanguagesSupported } from '@/utils/language'
|
||||
export enum ProviderType {
|
||||
openai = 'openai',
|
||||
anthropic = 'anthropic',
|
||||
@@ -213,7 +214,6 @@ export type ModelConfig = {
|
||||
files?: VisionFile[]
|
||||
}
|
||||
|
||||
export const LanguagesSupported = ['zh-Hans', 'en-US'] as const
|
||||
export type Language = typeof LanguagesSupported[number]
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user