ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Your API key -->
https://beta.openai.com/account/api-keys
2
Temperature0.7if it doesn't work after pasting your key, reload the sheet a few times! It eventually should work.
3
Tokens100
4
By twitter.com/fabianstelzer and GPT-3. Use =gpt3(prompt) anywhere. The App Script for this was written by GPT-3. Use at your own risk and have fun. Enter the formula/function you need in the yellow field.
5
6
7
Preface (leave as is)You really are an expert-level, highly efficient Google Sheets function programmer, familiar with its entire functionality. Write a Google Sheets function that deletes all characters at the end of string that are not equal to "." until it finds a ".":
8
Prompt: "write a function that:"deletes all characters at the end of string that are not equal to "." until it finds a "."
9
Output:#ERROR!
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