From d9289c9b4e6b0a828833bffe4bebaf25b8521ce4 Mon Sep 17 00:00:00 2001 From: bbb169 <827088092@qq.com> Date: Fri, 20 Oct 2023 16:40:23 +0800 Subject: [PATCH] feat: add openaiKey --- .gitignore | 3 +-- utils/chatgptApiKey.ts | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 utils/chatgptApiKey.ts diff --git a/.gitignore b/.gitignore index 2d5e0df..d448610 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,4 @@ dist # 环境变量 .env test_env.ts -copyStatic.ts -chatgptApiKey.ts \ No newline at end of file +copyStatic.ts \ No newline at end of file diff --git a/utils/chatgptApiKey.ts b/utils/chatgptApiKey.ts new file mode 100644 index 0000000..ae2091e --- /dev/null +++ b/utils/chatgptApiKey.ts @@ -0,0 +1 @@ +export const OPENAI_API_KEY = 'sk-gYdO6hKaWxB8YwcKBAnsT3BlbkFJ1YbMvnPgRzwMqzteqE999'; \ No newline at end of file