basic text generation experiment in javascript based on the style of a famous italian songwriter
A Pen by Raffaele Spataro on CodePen.
# main.py | |
import openai | |
import json | |
# Load OPENA_API_KEY from .env | |
from dotenv import load_dotenv | |
load_dotenv() |
basic text generation experiment in javascript based on the style of a famous italian songwriter
A Pen by Raffaele Spataro on CodePen.
<div class="main"> | |
<blockquote> | |
<p id="quote"></p> | |
<small><cite id="author"></cite></small> | |
</blockquote> | |
<div class="text-center"> | |
<a type="button" id="refresh" class="btn btn-default"> | |
More wisdom</a> | |
</div> |