hectorperez
Building a chat with OpenAI's GPT-3 and Kino (livebook notebook)
Hi, I found that a great way to learn is:
- play with existing livebook notebooks
- create new notebooks — completely new or just changing something
Therefore, after playing with [1] to create a chat with Kino, I changed it so I could have a conversation with OpenAI’s GPT-3 [2].
[1] https://github.com/livebook-dev/livebook/blob/main/lib/livebook/notebook/explore/kino/chat_app.livemd
[2] livebook-notebooks/notebooks/chat_with_openai_and_kino.livemd at main · hectorperez/livebook-notebooks · GitHub
Let me know if you have any feedback. Thanks!
Popular in Other Resources
I am not sure if this link have already been shared over this forum, I found it (Edit: on Elixir’s reddit) a couple of hours ago.
Web A...
New
I wanted to share an exercise I did that I found useful for refining my knowledge of SQL internal implementations and list comprehensions...
New
Hello all!
I just finished a full step-by-step tutorial on how to build a JSON API with Phoenix:
https://lobotuerto.com/blog/building-a...
New
A tous les français de la communauté Elixir,
J’ai découvert hier ce livre traitant d’élixir
Elixir - Un langage de programmation 100 %...
New
Microsoft: DEVOPS200.9x Architecting Distributed Cloud Applications
Note: This course is not related to Elixir at all, but I found it ver...
New
I am building a Tasks Todo app to help me to organize my professional and personal life, while at same time I learn Elixir, and this week...
New
tl;td: My solutions are here and here. Elixir is awesome. Exercism is awesome. Thank you Elixir community.
Recently, I have solved all t...
New
I’m learning Elixir and started to go through the Project Euler problems. While the problems are great, the UX is very limited. I’ve buil...
New
I was having issues understanding how to deploy Phoenix applications, and decided to write an article on how I was eventually able to get...
New
Hello!
I built https://notes.club to discover Livebook notebooks.
At the moment it is a proof of concept. But you can already browse an...
New
Other popular topics
If I have a post route which an argument:
post /my_post_route/:my_param1, MyController.my_post_handler
How would get the post params ...
New
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: )
Hello all, this is ...
New
Hey,
Just curious what are the main benefits of Elixir compared to Clojure?
When is Elixir more useful than Clojure and vice versa?
Th...
New
Hi folks,
Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
New
lets say i have a sample like
a = 20; b = 10;
if (a > b) do
{:ok, "a"}
end
if (a < b) do
{:ok, b}
end
if (a == b) do
{:ok, "equa...
New
What learn first? Rust or Elixir
Hi Elixir community!
I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
We’ve put together this wiki for Phoenix LiveView - please feel free to add any info you feel is worth including.
What is Phoenix LiveV...
New
Hi there,
I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 records...
New
I had some trouble figuring out how to make many-to-many associations work. Once I got it working, I wrote a blog post. Because I’m a nov...
New
Lets say i have map like this fetching from my database
%{"_id" => #BSON.ObjectId<58eb1a7a9ad169198c3dXXXX>, "email" => "XXX...
New








