ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Introduction
2
Hi, my name is Nelson and I created this google spreadsheet to help GPT users to save responses from the Chat GPT API and be able to use these results together.
This tool is free for you to use see the License Sheet for more information.
Please be aware that there will be charges from Open AI based on the usage of the API, so use responsibly.
Also make sure that if you are sharing this with someone else, remember to remove your API Key in the Settings Tab
3
4
Getting Started
5
1. Make a copy of this sheet on to your own google drive so you will have full permission
2. Go the the (Settings Sheet) and enter your OpenAI Key
3. Go to the (Completions Sheet) and fill in the context and prompt for GPT3.
4. Fill in the values in the Context Column, in the Prompt Column we use the function getCompletions to build a prompt using either a cell or input value
For example: getCompletions(A2, "What is Open AI all about?") will get the value of cell A2 and append "What is Open AI all about as the prompt
5. If you like to search using your own data and feed the most relevant information into GPT3, you can store your text in the Data Sheet and use the Search sheet to create a dynamic prompt
6
7
Need Help?
8
If you run into an issues or looking for the latest updates, I'll be happy to help.
You can find me at linked in at https://www.linkedin.com/in/nelsonchu247
or you can email me at nc@superinsight.ai
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100