feat: init v3

This commit is contained in:
ikechan8370 2025-03-05 23:56:41 +08:00
parent d6cb085c40
commit 531986b2dc
284 changed files with 618 additions and 405179 deletions

9
config/config.js Normal file
View file

@ -0,0 +1,9 @@
class ChatGPTConfig {
dataDir = 'data'
processorsDirPath = 'data/processors'
toolsDirPath = 'data/tools'
cloudBaseUrl = ''
cloudApiKey = ''
}
export default new ChatGPTConfig()