Skip to content

Commit cebbc6e

Browse files
committed
new django orm and gpt-3 resources
1 parent 34b0c0a commit cebbc6e

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

content/pages/03-data/08-django-orm.markdown

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,6 @@ following resources should get you past the initial hurdles.
192192
fields with a checking constraint and a web form that ensures
193193
all of the fields sum up to a precise amount, such as 100%.
194194

195+
* [Learn Django ORM - Query and Filters](https://www.youtube.com/playlist?list=PLOLrQ9Pn6cazjoDEnwzcdWWf4SNS0QZml)
196+
is a video tutorials series that gives an overview of the ORM's
197+
querying and filtering capabilities.

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

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,6 @@ is trained.
125125
trained and what happens in various scenarios such as text output
126126
and code generation.
127127

128-
* [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)
129-
is a step-by-step tutorial for using GPT-3 as a smart backend
130-
for an SMS-based chatbot powered by the [Twilio API](/twilio.html).
131-
132128
* [GPT 3 Demo and Explanation](https://www.youtube.com/watch?v=8psgEDhT1MM)
133129
is a video that gives a brief overview of GPT-3 and shows a bunch
134130
of live demos for what has so far been created with this technology.
@@ -137,11 +133,24 @@ is trained.
137133
points out that many of the good examples on social media have been
138134
cherry picked to impress readers.
139135

140-
* [gpt-3-experiments](https://github.com/minimaxir/gpt-3-experiments)
141-
contains Python code open sourced under the MIT license that
142-
shows how to interact with the API.
143-
144136
* [Why GPT-3 matters](https://leogao.dev/2020/05/29/GPT-3-A-Brief-Summary/)
145137
compares and contrasts this model with similar models that have been
146138
developed and tries to give an overview of where each one stands
147139
with its strengths and weaknesses.
140+
141+
142+
## GPT-3 tutorials
143+
* [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+
is a step-by-step tutorial for using GPT-3 as a smart backend
145+
for an SMS-based chatbot powered by the [Twilio API](/twilio.html).
146+
147+
* [gpt-3-experiments](https://github.com/minimaxir/gpt-3-experiments)
148+
contains Python code open sourced under the MIT license that
149+
shows how to interact with the API.
150+
151+
* [Twilio](/twilio.html) put out a series of fun GPT-3 tutorials that show
152+
the range of creative outputs the model can generate:
153+
154+
* [Control a Spooky Ghost Writer for Halloween with OpenAI's GPT-3 Engine, Python, and Twilio WhatsApp API](https://www.twilio.com/blog/ghost-writer-spooky-openai-gpt3-python-whatsapp)
155+
* [Generating Lyrics in the Style of your Favorite Artist with Python, OpenAI's GPT-3 and Twilio SMS](https://www.twilio.com/blog/generating-lyrics-in-the-style-of-your-favorite-artist-with-python-openai-s-gpt-3-and-twilio-sms)
156+
* [Automated Yugioh Deckbuilding in Python with OpenAI's GPT-3 and Twilio SMS](https://www.twilio.com/blog/building-computer-generated-yugioh-decks-in-python-with-openai-s-gpt-3-and-twilio-sms)

0 commit comments

Comments
 (0)