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

Amazing! #33

Open
mikes-bowden opened this issue Mar 6, 2023 · 11 comments
Open

Amazing! #33

mikes-bowden opened this issue Mar 6, 2023 · 11 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed

Comments

@mikes-bowden
Copy link

First of all, fantastic work. This thing is by far the best I've used. Not sure how you were able to push specific tasks to the background and still communicate with it, but I love it!

I did want to ask about the models. I noticed you were using gpt-3.5-turbo-0301. I'm not familiar with it. Can you explain why that one and not the normal 3.5 turbo?

Also, I tried swapping to text-davinci-003 and 002, but I got a URL error. I assume it just means the wrong syntax is being used to call the API. Is there any way to set it up to utilize older models? I've found that 002 works much better with coding than the newer ones.

@flynnoct flynnoct self-assigned this Mar 7, 2023
@flynnoct
Copy link
Owner

flynnoct commented Mar 7, 2023

@thiswinex Would you mind helping me answer a question about these two models (gpt-3.5-turbo & gpt-3.5-turbo-0301)?

I chose 0301 version just because this one is newer. 🤪 Maybe it's more advanced I think.

@flynnoct
Copy link
Owner

flynnoct commented Mar 7, 2023

As for choosing model, I will take a deeper look into these models and then have a discussion with you, OK?

@mikes-bowden
Copy link
Author

No worries at all, and very much appreciated.

@flynnoct flynnoct added documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed labels Mar 7, 2023
@thiswinex
Copy link
Collaborator

@mikes-bowden You can get more infomation about these two models from this link: https://platform.openai.com/docs/models/gpt-3-5

@mikes-bowden
Copy link
Author

@mikes-bowden You can get more infomation about these two models from this link: https://platform.openai.com/docs/models/gpt-3-5

Not what I was looking for. I'd like to know why that one selected was selected. The information on that page is lackluster at best.

@flynnoct
Copy link
Owner

flynnoct commented Mar 7, 2023

@thiswinex thanks for your information.
@mikes-bowden I did not analyze carefully which model to use before, but after reading the documentation above, I believe that using gpt-3.5-turbo is a more reasonable choice.

gpt-3.5-turbo-0301 is just a snapshot of gpt-3.5-turbo and it won't be updated.

@mikes-bowden
Copy link
Author

Fair enough. Thanks!

Any plans to support the others?

@flynnoct
Copy link
Owner

flynnoct commented Mar 9, 2023

I think it's possible to support other models. I'd like to test it in v1.3.0, and if nothing goes wrong it will be a new config key for you to select model.

@mikes-bowden
Copy link
Author

AWESOME!

@flynnoct
Copy link
Owner

flynnoct commented May 5, 2023

Hey @mikes-bowden, it's been a long time since our last conversation. I'd like to update some info about model selection:

  • ChatGPT models (such as GPT-3.5 Turbo, GPT-4) and other completion models (such as text-davinci-003, text-davinci-002) are two types of models in OpenAI's documentation which use different API endpoints. You can check it here: https://platform.openai.com/docs/models/model-endpoint-compatibility.
  • The bot now has the ability to select a model in these chat models (which use /v1/chat/completions as an API endpoint) if you have GPT-4 access. Have a try 🙂

We have released a lot of interesting new features. I hope you like them.

@mikes-bowden
Copy link
Author

Awesome!

I'll get it updated today and test it out. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants