visual-chatgpt icon indicating copy to clipboard operation
visual-chatgpt copied to clipboard

[Question] are you using ChatGPT or actually GPT3?

Open louis030195 opened this issue 1 year ago • 3 comments

Hi, nice work,

To my understanding, you are using text-davinci-003given the following lines:

https://github.com/microsoft/visual-chatgpt/blob/865db606fb0b37e03f3fdb786b3cc29543f0d51b/visual_chatgpt.py#L803

https://github.com/hwchase17/langchain/blob/c9b5a30b3767e0fc73e1903fbd2f39cc7feee748/langchain/llms/openai.py#L132

Am I right?

Thanks for the information!

PS: tried something parallel few days ago (ChatGPT API + lexica.art) https://huggingface.co/spaces/louis030195/lsd-pt

louis030195 avatar Mar 12 '23 10:03 louis030195

Yes, they are actually using text-davinci-003 instead. But text-davinci-003 is also considered as GPT3.5, you may check this link: https://platform.openai.com/docs/model-index-for-researchers/models-referred-to-as-gpt-3-5

The Chatgpt is much hard to control, I have tried to switch text-davinci-003 to ChatGPT, and here is the comparision:

  • text-davinci-003
    unhide 微信截图_20230312191636
  • ChatGPT
    unhide 微信截图_20230312191236

wrk226 avatar Mar 12 '23 11:03 wrk226

@wrk226

Thanks for the link, gpt-3.5-turbo-0301 is an improvement on text-davinci-003, optimized for chat is not the most detailed model comparison, I guess :D

louis030195 avatar Mar 12 '23 12:03 louis030195

Thanks for your email and the follow up for my profile picture On Sun, Mar 12, 2023 at 5:45 AM louis030195 @.***> wrote:

Thanks for the link, gpt-3.5-turbo-0301 is an improvement on text-davinci-003, optimized for chat is not the most detailed model comparison, I guess :D

— Reply to this email directly, view it on GitHub https://github.com/microsoft/visual-chatgpt/issues/113#issuecomment-1465188138, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6NWLSRGQDGO3HXXHELHIK3W3XAO5ANCNFSM6AAAAAAVYAX2LA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Lios

Valeriemary avatar Mar 12 '23 13:03 Valeriemary

How to change the model to GPT-3.5 Turbo 0301 version?

xinggonglie avatar Mar 21 '23 02:03 xinggonglie

Yes, they are actually using text-davinci-003 instead. But text-davinci-003 is also considered as GPT3.5, you may check this link: https://platform.openai.com/docs/model-index-for-researchers/models-referred-to-as-gpt-3-5

The Chatgpt is much hard to control, I have tried to switch text-davinci-003 to ChatGPT, and here is the comparision:

  • text-davinci-003

    unhide
    微信截图_20230312191636

  • ChatGPT

    unhide
    微信截图_20230312191236

How to change the model from text-davinci-003 to GPT-3.5 Turbo 0301?

xinggonglie avatar Mar 23 '23 14:03 xinggonglie