From 9ff111edaf3ddd8dd0bf019eff84bba4168736a8 Mon Sep 17 00:00:00 2001 From: 14790897 <14790897abc@gmail.com> Date: Mon, 1 Apr 2024 15:39:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9C=AC=E5=9C=B0=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.local | 18 ++++++++++++++++++ .gitignore | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .env.local diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..a2083e7 --- /dev/null +++ b/.env.local @@ -0,0 +1,18 @@ +# Update these with your Supabase details from your project settings > API +# https://app.supabase.com/project/_/settings/api +NEXT_PUBLIC_SUPABASE_URL=https://yidfukfbrluizjvfrrsj.supabase.co +NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InlpZGZ1a2Zicmx1aXpqdmZycnNqIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MDQ4NjMyNjEsImV4cCI6MjAyMDQzOTI2MX0.EXIXAdNIGLFo5wHmwmY2-9bqLO9vyFYDvMMtCtkxgig +# NEXT_PUBLIC_TINYMCE_API_KEY=e983nu390inks6be1wwlsrdxjebot3yc4pld7d44zs6vcrxr +NEXT_PUBLIC_OPENAI_API_KEY=sk-ffe19ebe9fa44d00884330ff1c18cf82 +#sess-wZKsUKS8IhPH3jI44krQL41vhl68qH6hwE66hOnL +NEXT_PUBLIC_SEMANTIC_API_KEY=hEQvK6ARe84dzDPcMnpzX4n9jfoqztkMfaftPWnb +NEXT_PUBLIC_PUBMED_API_KEY=057616e7ce6c722f2ae8679e38a8be9b1a09 +NEXT_PUBLIC_AI_URL=https://api.deepseek.com # /api/v1/chat/completions +NEXT_PUBLIC_PAPER_URL=/api/paper +#"https://api.openai.com/v1/chat/completions" "https://api.liuweiqing.top" "https://api.liuweiqing.top/v1/chat/completions" +#node转发设置为 /api/v1/chat/completions https://one.caifree.com sk-aiHrrRLYUUelHstX69E9484509254dBf92061d6744FfFaD1 +VERCEL_URL=https://www.paperai.life +NODE_ENV=development +NEXT_PUBLIC_CLIENT_ID=UrgIEI0n03tveTmaOV0IU8qRY4DttGY4 +CLIENT_SECRET=ljShbIlIrfULu4BTUVTT4azeR90PtAif +REDIRECT_URI=http://localhost:3000/api/oauth/callback \ No newline at end of file diff --git a/.gitignore b/.gitignore index bbb9792..7ab7135 100644 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,7 @@ next-env.d.ts pass .env -.env.local +# .env.local .vercel post.md