Quote of the moment:
"Success is not measured by the height of the mountain you conquer, but by the strength of the path you tread to reach its peak."
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: