fix: 生产环境变量
This commit is contained in:
parent
cab4f0bf01
commit
dc53e28698
|
@ -1,5 +1,9 @@
|
||||||
# Update these with your Supabase details from your project settings > API
|
# Update these with your Supabase details from your project settings > API
|
||||||
# https://app.supabase.com/project/_/settings/api
|
# https://app.supabase.com/project/_/settings/api
|
||||||
NEXT_PUBLIC_AI_URL=https://api.liuweiqing.top/v1/chat/completions
|
NEXT_PUBLIC_AI_URL=/api/v1/chat/completions
|
||||||
|
NEXT_PUBLIC_OPENAI_API_KEY=sess-L6DwIB7N859iQLWfNBTaPsmkErqZrjoXVk6m7BmA
|
||||||
|
NEXT_PUBLIC_PAPER_URL=/api/paper
|
||||||
|
NEXT_PUBLIC_SEMANTIC_API_KEY=hEQvK6ARe84dzDPcMnpzX4n9jfoqztkMfaftPWnb
|
||||||
|
NEXT_PUBLIC_PUBMED_API_KEY=057616e7ce6c722f2ae8679e38a8be9b1a09
|
||||||
#"https://api.openai.com/v1/chat/completions" "https://chatgpt-api-proxy-private.14790897abc.workers.dev/v1/chat/completions"
|
#"https://api.openai.com/v1/chat/completions" "https://chatgpt-api-proxy-private.14790897abc.workers.dev/v1/chat/completions"
|
||||||
#node转发设置为 /api/proxy/v1/chat/completions
|
#node转发设置为 /api/proxy/v1/chat/completions
|
Loading…
Reference in New Issue
Block a user