We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const OPENAI_API_MODEL = process.env.OPENAI_API_MODEL const options: ChatGPTUnofficialProxyAPIOptions = { accessToken: process.env.OPENAI_ACCESS_TOKEN, debug: true, model: "gpt-4",
The text was updated successfully, but these errors were encountered:
希望在ChatGPTUnofficialProxyAPIOptions中能使用到gpt-4,这样就不用每次登录到plus主页了
Sorry, something went wrong.
#632 已经支持 gpt-4 了
No branches or pull requests
const OPENAI_API_MODEL = process.env.OPENAI_API_MODEL
const options: ChatGPTUnofficialProxyAPIOptions = {
accessToken: process.env.OPENAI_ACCESS_TOKEN,
debug: true,
model: "gpt-4",
The text was updated successfully, but these errors were encountered: