File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ With multi languages support:
27
27
28
28
![ ] ( ./doc/sample-chi.png )
29
29
30
+ Or different render engine:
31
+
32
+ ![ ] ( ./doc/sample-remark.png )
33
+
30
34
## Usage
31
35
32
36
You can download prebuild binaries from [ release page] ( https://github.com/williamfzc/chat-gpt-ppt/releases ) .
@@ -36,10 +40,32 @@ You can download prebuild binaries from [release page](https://github.com/willia
36
40
3 . Add your token to ` token.txt `
37
41
4 . run ` ./cgp `
38
42
39
- Everything done.
43
+ Everything done. You can get some help about command line arguments with ` cgp --help ` .
44
+
45
+ ``` bash
46
+ $ ./cgp_macos --help
47
+ Usage of ./cgp_macos:
48
+ -client string
49
+ gpt client type (default " GPT35" )
50
+ -output string
51
+ out path (default " ./output.html" )
52
+ -renderer string
53
+ renderer type (default " REMARK" )
54
+ -rendererBin string
55
+ binary file for renderer
56
+ -token string
57
+ token file path (default " ./token.txt" )
58
+ -topic string
59
+ topic file path (default " ./topic.txt" )
60
+ ```
40
61
41
62
## Contribution
42
63
64
+ This project consists of two pluggable parts:
65
+
66
+ - Client: Send topics to GPT and get their responses
67
+ - Renderer: Build slides from these pairs
68
+
43
69
Feel free to send us PR/issues.
44
70
45
71
## Changelog
You can’t perform that action at this time.
0 commit comments