File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -139,11 +139,21 @@ is trained.
139
139
with its strengths and weaknesses.
140
140
141
141
142
+
142
143
## GPT-3 tutorials
143
144
* [ Building a Chatbot with OpenAI's GPT-3 engine, Twilio SMS and Python] ( https://www.twilio.com/blog/openai-gpt-3-chatbot-python-twilio-sms )
144
145
is a step-by-step tutorial for using GPT-3 as a smart backend
145
146
for an SMS-based chatbot powered by the [ Twilio API] ( /twilio.html ) .
146
147
148
+ * [ Automating my job by using GPT-3 to generate database-ready SQL to answer business questions] ( https://blog.seekwell.io/gpt3 )
149
+ walks through how the author created a bridge to translate between
150
+ plain English-language questions and
151
+ [ relational database] ( /databases.html ) SQL. The post provides both
152
+ a story for why someone would want to use GPT-3 for this purpose and
153
+ incremental steps for how the author started and figured out how
154
+ to make it better. In the end it does not quite work in all scenarios
155
+ but the proof of concept is impressive and the story is a fun read.
156
+
147
157
* [ gpt-3-experiments] ( https://github.com/minimaxir/gpt-3-experiments )
148
158
contains Python code open sourced under the MIT license that
149
159
shows how to interact with the API.
Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ view commit-level changes via the
14
14
on GitHub.
15
15
16
16
## 2021
17
+ ### February
18
+ * New [ GPT-3] ( /gpt-3.html ) resources.
19
+
17
20
### January
18
21
* Published a new blog post on
19
22
[ Using Django & AssemblyAI for More Accurate Twilio Call Transcriptions] ( /blog/django-accurate-twilio-voice-transcriptions.html ) .
You can’t perform that action at this time.
0 commit comments