Skip to content

Commit 68e7276

Browse files
committed
white error message with env api key
1 parent 053ad7a commit 68e7276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ async fn async_main() {
110110
if error == *"Error: GPT3_API_KEY environment variable is not defined." {
111111
messages.push(
112112
"Please set the GPT3_API_KEY environment variable to your OpenAI API key."
113-
.white(),
113+
.normal(),
114114
);
115115
}
116116
exit_with_messages_if_required(ShouldExit {

0 commit comments

Comments
 (0)