-
Notifications
You must be signed in to change notification settings - Fork 64
Will you support gpt-3.5-turbo? #120
Comments
Simply open the directory - enter |
Thank you
|
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. |
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. |
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. |
No issue over here, just open up a container terminal and issue: |
Ah, it's working! Updating npm in the container. Thank you all! |
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?",
The text was updated successfully, but these errors were encountered: