Use ChatGPT para generar PPT automáticamente, todo en un solo archivo.
topic.txt : what's OpenAI?
how OpenAI works?
what is the future of OpenAI?
token.txt . ./cgp
Y obtienes uno:

Con soporte de varios idiomas:

O motor de renderizado diferente:

Puede descargar Binarios PreBuild desde la página de lanzamiento.
topic.txttoken.txt./cgp Todo hecho. Puede obtener ayuda sobre los argumentos de la línea de comandos con cgp --help .
$ ./cgp_macos --help
Usage of ./cgp_macos:
-client string
gpt client type (default " GPT35 " )
-output string
out path (default " ./output.html " )
-renderer string
renderer type (default " REMARK " )
-rendererBin string
binary file for renderer
-token string
token file path (default " ./token.txt " )
-topic string
topic file path (default " ./topic.txt " ) -i La bandera le permite verificar y corregir los contenidos generados uno por uno.
@williamfzc ➜ /workspaces/chat-gpt-ppt (main) $ ./cgp -i
start preparing ...
start generating ...
2023/03/18 08:17:23 topic what ' s OpenAI? done
Here is your response, type any key to continue, type ' n ' to edit
# what ' s OpenAI ?
- OpenAI is an artificial intelligence research lab.
- It was founded by a group of well-known tech industry figures in 2015 as a non-profit organization.
- OpenAI ' s mission is to ensure that AGI (Artificial General Intelligence) benefits all of humanity.
- Their research covers many areas of AI, such as reinforcement learning, natural language processing, computer vision, and robotics.
- OpenAI also develops and releases several powerful AI-based tools, including GPT-3, which has revolutionized natural language processing.
>>> Gracias por tu interés. Este proyecto es realmente simple de hackear.
Este proyecto consta de dos partes conectables:
Si quieres hacer algunos cambios:
make para construir un archivo binario (se requiere la instalación de Go)No dude en enviarnos PR/problemas.
[2023-03-02] Reescribir con Golang. Todo en un archivo.
[2023-01-13] #2 Los servicios de Openai no están disponibles en mi país.
[2022-12-06] Actualmente, ChatGPT no tiene una API oficial. Estoy esperando que haga de este repositorio una producción real.
MIT