Vchitect / Vlogger

[CVPR2024] Make Your Dream A Vlog
Apache License 2.0
409 stars 42 forks source link

Key to GPT #5

Open wwww666 opened 7 months ago

wwww666 commented 7 months ago

Is it necessary to configure the API key for GPT4 in the project? Is 3.5 not acceptable?

zhuangshaobin commented 7 months ago

Thank you for your attention to our work.

In fact, at the beginning of the project, we used GPT-3.5. However, due to some unknown changes, the intelligence of GPT-3.5 seemed to decrease, resulting in a decline in the quality of the generated scripts. If you can accept a certain level of reduction in script quality or manually make some modifications after GPT completes the script, then this change could be acceptable. Just follow the steps I provide below for the modifications:

  1. Change the openai key in the 7th line of the file vlogger/planning_utils/gpt4_utils.py from GPT-4 to GPT-3.5.

  2. Set the openai model in the 26th line of the file vlogger/planning_utils/gpt4_utils.py from {model="gpt-4",} to {model="gpt-3.5-turbo",}.

I hope the information above is helpful to you.

------------------ 原始邮件 ------------------ 发件人: "Vchitect/Vlogger" @.>; 发送时间: 2024年1月24日(星期三) 下午5:34 @.>; @.***>; 主题: [Vchitect/Vlogger] Key to GPT (Issue #5)

Is it necessary to configure the API key for GPT4 in the project? Is 3.5 not acceptable?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>