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