From 2ac17d47a389d591a4337b0c24d3d0f82be3b9bd Mon Sep 17 00:00:00 2001 From: Zijian Zhang Date: Sun, 8 Oct 2023 23:55:33 -0400 Subject: [PATCH] chore: update actions --- evonote/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evonote/__init__.py b/evonote/__init__.py index a60ca47..155e4a0 100644 --- a/evonote/__init__.py +++ b/evonote/__init__.py @@ -6,7 +6,7 @@ if openai.api_key is None: print("You must set environment variable OPENAI_API_KEY before use") - raise Exception("OPENAI_API_KEY is not set") + raise Exception("OPENAI_API_KEY is not set!") """ :module: