All public logs

Jump to navigation Jump to search

Combined display of all available logs of MediaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:26, 11 May 2026 Sst-yde talk contribs created page AI on demand: lightonai/LightOnOCR-2-1B (Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=lightonai/LightOnOCR-2-1B # Set the desired document to run OCR against: FILE_PATH=document.png # Encode document contents with Base64 and detect MIME type: FILE_CONTENT_BASE64=$(base64 -w 0 < "$FILE_PATH") FILE_MIME_TYPE=$(file --brief --mime-type "$FILE_PATH") curl https://llm.stoney-cloud.com/v1/chat/completions \ --silent --fail...")