Skip to content

Commit

Permalink
fix: config key
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Apr 22, 2024
1 parent e47eb55 commit abf83f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/telegram.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Config struct {
WhitelistChats []int64 `json:"whitelistChats"`
ComicPath string `json:"comicPath"`
DeleteDelay string `json:"deleteDelay"`
OpenAI *OpenAIConfig `json:"openAIConfig"`
OpenAI *OpenAIConfig `json:"openAI"`
}

type OpenAIConfig struct {
Expand Down

0 comments on commit abf83f5

Please sign in to comment.