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.
139139 with its strengths and weaknesses.
140140
141141
142+
142143## GPT-3 tutorials
143144* [ 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 )
144145 is a step-by-step tutorial for using GPT-3 as a smart backend
145146 for an SMS-based chatbot powered by the [ Twilio API] ( /twilio.html ) .
146147
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+
147157* [ gpt-3-experiments] ( https://github.com/minimaxir/gpt-3-experiments )
148158 contains Python code open sourced under the MIT license that
149159 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
1414on GitHub.
1515
1616## 2021
17+ ### February
18+ * New [ GPT-3] ( /gpt-3.html ) resources.
19+
1720### January
1821* Published a new blog post on
1922 [ 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