[feat] claude support

This commit is contained in:
kwaroran
2023-06-06 09:19:57 +09:00
parent eac4f56213
commit b8ed9fd1ec
4 changed files with 83 additions and 4 deletions

View File

@@ -500,7 +500,8 @@ export interface Database{
koboldURL:string
advancedBotSettings:boolean
useAutoSuggestions:boolean
autoSuggestPrompt:string
autoSuggestPrompt:string,
claudeAPIKey:string
}
interface hordeConfig{