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:48, 7 May 2026 Sst-yde talk contribs created page AI on demand: BAAI/bge-m3 (Created page with "== Calling the model == <syntaxhighlight lang="bash"> # Set your personal key: STONEY_KEY=sk-... # Set the desired model: MODEL=BAAI/bge-m3 curl https://llm.stoney-cloud.com/v1/embeddings \ --silent --fail --show-error \ --header "Authorization: Bearer $STONEY_KEY" \ --header 'Content-Type: application/json' \ --data '{ "model": "BAAI/bge-m3", "input": "The quick brown fox jumps over the lazy dog"...")