Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Will you support gpt-3.5-turbo? #120

Closed
Simonmxy opened this issue Mar 2, 2023 · 7 comments · Fixed by #122
Closed

Will you support gpt-3.5-turbo? #120

Simonmxy opened this issue Mar 2, 2023 · 7 comments · Fixed by #122

Comments

@Simonmxy
Copy link

Simonmxy commented Mar 2, 2023

When I use gpt-3.5-turbo:
"message": "This is a chat model and not supported in the v1/completions endpoint. Did you mean to use v1/chat/completions?",

@kitzler-walli
Copy link

Simply open the directory - enter npm update and then start the chatbot and you will be able to use the new model.

@Simonmxy
Copy link
Author

Simonmxy commented Mar 2, 2023

Thank you

Simply open the directory - enter npm update and then start the chatbot and you will be able to use the new model.

@philidinator
Copy link

I tried "docker-compose down && docker-compose pull && docker-compose up -d" with Docker but received the same error message. I also cloned the latest git repository and tried to build with Docker, but unfortunately it didn't work.

@kitzler-walli
Copy link

The commands you mentioned wont update the npm dependencies - you have to update the npm packages until the next release and then you'll be able to use the new model.

@philidinator
Copy link

Okay, I deleted all Docker images. Then I cloned again, performed 'npm update' (which also ran successfully), and then ran 'docker build' again, but unfortunately encountered the same error.

@ich777
Copy link

ich777 commented Mar 2, 2023

No issue over here, just open up a container terminal and issue: npm update after that I had to run npm install -g npm@9.6.0 and finally I restarted the container.
Keep in mind if you update the container image or something similar the changes will be wiped and you have to do everything again but I think when the maintainer updates the container everything will be in a working state and you don't have to issue the commands manually.

@philidinator
Copy link

Ah, it's working! Updating npm in the container. Thank you all!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants