feat: chaite 初始化逻辑

This commit is contained in:
ikechan8370 2025-03-10 23:08:23 +08:00
parent 88312cdf38
commit fbcf4e6c08
16 changed files with 549 additions and 1269 deletions

View file

@ -1,9 +1,15 @@
class ChatGPTConfig {
dataDir = 'data'
processorsDirPath = 'data/processors'
toolsDirPath = 'data/tools'
processorsDirPath = 'utils/processors'
toolsDirPath = 'utils/tools'
cloudBaseUrl = ''
cloudApiKey = ''
embeddingModel = 'gemini-embedding-exp-03-07'
dimensions = 0
serverAuthKey = ''
version = '3.0.0'
}
export default new ChatGPTConfig()