[Q&A] 如何设置 OpenAI API 接口转发 How to set up OpenAI proxy #466
-
please explain how to use the github repository vercel-proxy-openai to fix |
Beta Was this translation helpful? Give feedback.
Answered by
thomasnyderp
Nov 30, 2023
Replies: 1 comment 1 reply
-
You can deploy a transparent OpenAI Proxy with the button below. OpenAI API url is: https://api.openai.com/v1 Then your proxy API url will be: https://xxxx.vercel.app/v1 , if you assign your domain. It will be: https://you-domain/v1 you can check my repo with proxy config detail: https://github.com/thomasnyderp/vercel-proxy-openai/blob/main/vercel.json |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arvinxx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can deploy a transparent OpenAI Proxy with the button below.
OpenAI API url is: https://api.openai.com/v1
Then your proxy API url will be: https://xxxx.vercel.app/v1 ,
if you assign your domain. It will be: https://you-domain/v1
you can check my repo with proxy config detail: https://github.com/thomasnyderp/vercel-proxy-openai/blob/main/vercel.json