Closed zf651 closed 11 months ago
返回是这段 { "message": "Invalid URL", "data": null, "status": "Fail" } 下面是.env的配置
OpenAI API Key - https://platform.openai.com/overview
OPENAI_API_KEY=
change this to an
accessToken
extracted from the ChatGPT site'shttps://chat.openai.com/api/auth/session
responseOPENAI_ACCESS_TOKEN="这里是我的token";
OpenAI API Base URL - https://api.openai.com
OPENAI_API_BASE_URL=
OpenAI API Model - https://platform.openai.com/docs/models
OPENAI_API_MODEL=
set
true
to disable OpenAI API debug logOPENAI_API_DISABLE_DEBUG=
Reverse Proxy - Available on accessToken
Default: https://ai.fakeopen.com/api/conversation
More: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy
API_REVERSE_PROXY="https://ai.fakeopen.com/api/conversation";
老版本的不可用了,转移到了新的pandoranext上饿了
返回是这段 { "message": "Invalid URL", "data": null, "status": "Fail" } 下面是.env的配置
OpenAI API Key - https://platform.openai.com/overview
OPENAI_API_KEY=
change this to an
accessToken
extracted from the ChatGPT site'shttps://chat.openai.com/api/auth/session
responseOPENAI_ACCESS_TOKEN="这里是我的token";
OpenAI API Base URL - https://api.openai.com
OPENAI_API_BASE_URL=
OpenAI API Model - https://platform.openai.com/docs/models
OPENAI_API_MODEL=
set
true
to disable OpenAI API debug logOPENAI_API_DISABLE_DEBUG=
Reverse Proxy - Available on accessToken
Default: https://ai.fakeopen.com/api/conversation
More: https://github.com/transitive-bullshit/chatgpt-api#reverse-proxy
API_REVERSE_PROXY="https://ai.fakeopen.com/api/conversation";