Skip to content

Commit efc7e4f

Browse files
committed
add new gpt-3 resource
1 parent b2a3172 commit efc7e4f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

content/pages/10-working/00-gpt-3.markdown

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,15 +115,19 @@ is trained.
115115
researchers on its usage, and some initial resources to get a
116116
better understanding of what this model is capable of performing.
117117

118-
* [GPT 3 Demo and Explanation](https://www.youtube.com/watch?v=8psgEDhT1MM)
119-
is a video that gives a brief overview of GPT-3 and shows a bunch
120-
of live demos for what has so far been created with this technology.
121-
122118
* [How GPT3 Works - Visualizations and Animations](https://jalammar.github.io/how-gpt3-works-visualizations-animations/)
123119
contains some wonderful animated visuals to show how the model is
124120
trained and what happens in various scenarios such as text output
125121
and code generation.
126122

123+
* [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)
124+
is a step-by-step tutorial for using GPT-3 as a smart backend
125+
for an SMS-based chatbot powered by the [Twilio API](/twilio.html).
126+
127+
* [GPT 3 Demo and Explanation](https://www.youtube.com/watch?v=8psgEDhT1MM)
128+
is a video that gives a brief overview of GPT-3 and shows a bunch
129+
of live demos for what has so far been created with this technology.
130+
127131
* [Tempering expectations for GPT-3](https://minimaxir.com/2020/07/gpt3-expectations/)
128132
points out that many of the good examples on social media have been
129133
cherry picked to impress readers.

0 commit comments

Comments
 (0)