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

gpt-3.5-turbo-0301 as a selectable model #387

Open
DudeNin64 opened this issue Jul 4, 2023 · 5 comments
Open

gpt-3.5-turbo-0301 as a selectable model #387

DudeNin64 opened this issue Jul 4, 2023 · 5 comments

Comments

@DudeNin64
Copy link

Since the api update to 0613, some stuff that worked on the old model, doesn't work in the new one. Is it possible to have the old model 0301 as an option for those who want to use it?

@code-groove-alien
Copy link

code-groove-alien commented Jul 5, 2023

Do you have it installed as a local install on your pc with the source code ? If so you can change the code and add gpt-3.5-turbo-0301 as an option, just serach in the code files where it mentiones the gpt models , like you can search for "gpt-4" in your code IDE and it will take you the code lines where you can add the model you want. You have to add it in two places , one fopr the main code and other in the code for the dropdown menu on the browser app , hope this helps

@cardinalpepe
Copy link

Do you have it installed as a local install on your pc with the source code ? If so you can change the code and add gpt-3.5-turbo-0301 as an option, just serach in the code files where it mentiones the gpt models , like you can search for "gpt-4" in your code IDE and it will take you the code lines where you can add the model you want. You have to add it in two places , one fopr the main code and other in the code for the dropdown menu on the browser app , hope this helps

Hey code-groove-alien, I tried this by adding gpt-3.5-turbo-0301 to both /constants/chat.ts and /utils/chat.ts as they were the only files that included model names, the 0301 model appeared in the browser as expected, however there was no difference, and it still refused to do things that worked before.

@Rryvern
Copy link

Rryvern commented Jul 8, 2023

Do you have it installed as a local install on your pc with the source code ? If so you can change the code and add gpt-3.5-turbo-0301 as an option, just serach in the code files where it mentiones the gpt models , like you can search for "gpt-4" in your code IDE and it will take you the code lines where you can add the model you want. You have to add it in two places , one fopr the main code and other in the code for the dropdown menu on the browser app , hope this helps

Hey code-groove-alien, I tried this by adding gpt-3.5-turbo-0301 to both /constants/chat.ts and /utils/chat.ts as they were the only files that included model names, the 0301 model appeared in the browser as expected, however there was no difference, and it still refused to do things that worked before.

Mine working without problem. I did the process like code-groove-alien suggest and also with a bit of help chatgpt because I have zero knowledge in coding. Inside IDE, I just copy the code lines that contain gpt model and paste it to chatgpt, then I asking it what need to be add or changed.

@code-groove-alien
Copy link

Do you have it installed as a local install on your pc with the source code ? If so you can change the code and add gpt-3.5-turbo-0301 as an option, just serach in the code files where it mentiones the gpt models , like you can search for "gpt-4" in your code IDE and it will take you the code lines where you can add the model you want. You have to add it in two places , one fopr the main code and other in the code for the dropdown menu on the browser app , hope this helps

Hey code-groove-alien, I tried this by adding gpt-3.5-turbo-0301 to both /constants/chat.ts and /utils/chat.ts as they were the only files that included model names, the 0301 model appeared in the browser as expected, however there was no difference, and it still refused to do things that worked before.

Sorry to hear that , I just checked , the model you refer to is not on OPENAI API any more , please check https://platform.openai.com/docs/models/gpt-3-5 for more info on the available models , hope this solves your issue .

@andoo391
Copy link

Added in #412

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

5 participants