Key to GPT
wwww666 opened this issue · 1 comments
wwww666 commented
Is it necessary to configure the API key for GPT4 in the project? Is 3.5 not acceptable?
zhuangshaobin commented
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: ***@***.***>