Quote of the moment:
Try immersive mode, which refreshes every 360 seconds.
How this works...
Quotes are updated using Deno Cron, with the schedule: "*/5 * * * *
", and stored using a pluggable storage module: @jollytoad/store-deno-kv
It uses OpenAI to generate the quote, using the "gpt-3.5-turbo" model with a temperature of 1.5 and the following prompt:
Generate a new obscure inspirational quote of the day. Do not attribute it to anyone.These settings can be configured via environment variables.
View the source: