Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seemywingz committed Nov 3, 2023
1 parent ce2ffa9 commit 71bc660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func viperConfig() {
API_KEY: OPENAI_API_KEY,
Verbose: verbose,
ImageSize: viper.GetString("openAI_image_size"),
User: goai.HashAPIKey(OPENAI_API_KEY),
User: goai.HashAPIKey(OPENAI_API_KEY),
TopP: viper.GetFloat64("openAI_topP"),
ChatModel: viper.GetString("openAI_chat_model"),
TextModel: viper.GetString("openAI_text_model"),
Expand Down

0 comments on commit 71bc660

Please sign in to comment.