williamfzc / chat-gpt-ppt

Use ChatGPT (or other backends) to generate PPT automatically, all in one single file.
MIT License
881 stars 88 forks source link

Plan about this project #6

Open williamfzc opened 1 year ago

williamfzc commented 1 year ago

TODO list:

Feel free to share your ideas :) .

XGZepto commented 1 year ago

OpenAI just released official ChatGPT API; any plan on using that instead? Can offer some help if needed

williamfzc commented 1 year ago

OpenAI just released official ChatGPT API; any plan on using that instead? Can offer some help if needed

Thanks for your notice! I will check it later. I am planing to rewrite this project with golang.

williamfzc commented 1 year ago

OpenAI just released official ChatGPT API; any plan on using that instead? Can offer some help if needed

Thanks for your interest! Golang version has been released. Now everything can be done inside one single file without any extra dependencies. You can check the new README for details.