mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
feat: chaite 初始化逻辑
This commit is contained in:
parent
88312cdf38
commit
fbcf4e6c08
16 changed files with 549 additions and 1269 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue