feat: add gpt command
This commit is contained in:
11 files changed
+154
-25
No files matched your search
@@ -20,4 +20,6 @@ class ConfigManager : JsonFileHandler<Config>("config.json") {
|
||||
val qweatherKey get() = this.read<Config>().qweatherKey
|
||||
val githubKey get() = this.read<Config>().githubKey
|
||||
val imageType get() = this.read<Config>().imageType
|
||||
val openAIAPIHost get() = this.read<Config>().openAIAPIHost
|
||||
val openAIAPIKey get() = this.read<Config>().openAIAPIKey
|
||||
}
|
||||
Reference in New Issue
Block a user