Skip to content
New issue

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

Support changing model for chatgpt-browser #114

Closed
wind2sing opened this issue Mar 22, 2023 · 2 comments
Closed

Support changing model for chatgpt-browser #114

wind2sing opened this issue Mar 22, 2023 · 2 comments

Comments

@wind2sing
Copy link

wind2sing commented Mar 22, 2023

According to waylaidwanderer/node-chatgpt-api #using-a-reverse-proxy, we can set the model to text-davinci-002-render, text-davinci-002-render-paid, or text-davinci-002-render-sha depending on which ChatGPT models that your account has access to.

By looking at the response body for https://chat.openai.com/backend-api/models, currently we have three types of models for ChatGPT-plus users.
image

Perhaps we could use an environment variable to set the type of model for chatgpt-browser.

@danny-avila
Copy link
Owner

you're right and that would be pretty simple to implement. i can include this in the next update through an env var

@danny-avila
Copy link
Owner

danny-avila commented Mar 23, 2023

Addressed in latest release #117 @wind2sing

jinzishuai pushed a commit to jinzishuai/LibreChat that referenced this issue Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants