As you can see, I build a Flask app simply with this:
Flask app
/
index.html
/summarize
template = “summarize the following:”
prompt = template + data
openai completion text-davinci-003
return result
run app
Flask app
/
index.html
/summarize
template = “summarize the following:”
prompt = template + data
openai completion text-davinci-003
return result
run app
I haven’t tested the limits but sharing because it’s more fun that way!
Try it here: fuzzy.yohei.me
Right now not storing data. Will likely take down later to fix it up a bit.
Try it here: fuzzy.yohei.me
Right now not storing data. Will likely take down later to fix it up a bit.
Ugh copy button loses line breaks. GPT haaaalp
Made an "Error Analyzer + Fixer" to pair with this:
Loading suggestions...