Skip to content

Commit 9068d9d

Browse files
authored
Update README.md
1 parent 86860be commit 9068d9d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ This is a PowerPoint generator that uses Python-pptx and GPT 3.5 to generate bea
33
Powerpointer doesn't use MARP. It directly creates the powerpoints so you can easily make changes to them or finish it within powerpoint.
44
It also have placeholders for images!
55

6-
To change the design of the powerpoint, at the end of your message you can e.g. add -2 (1-7). (In the flask webui).
6+
To change the design of the powerpoint, at the end of your message you can e.g. add -2 (1-7). (In the flask webui).
7+
8+
I ported this generator so it uses local large language models to generate the content for the PowerPoints. (For example LLaMA based models)
9+
You can check it out here and feel free to give it a star: [Powerpointer-For-Local-LLMs](https://github.com/CyberTimon/Powerpointer-For-Local-LLMs)
710

811
## Warning: The code for this tool may require modifications or optimization to meet specific needs.
912

@@ -26,11 +29,11 @@ After this, place your OpenAI API Key inside app.py
2629

2730
Finally start the flask webserver by running "start_app.bat"
2831

29-
Please report any issues!
32+
Please report any issues and feel free to fix my code!
3033

3134
Made by CyberTimon ([email protected])
3235

33-
# This is how the powerpoints could look like (7 avialable designs):
36+
# This is how the powerpoints could look like (7 available designs):
3437
![alt text](https://github.com/CyberTimon/powerpointer/raw/main/Demo1.png)
3538

3639

0 commit comments

Comments
 (0)