Recent changes

From DWIKI

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Hide bots | Show minor edits
Show new changes starting from 01:22, 17 April 2024
   
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

11 April 2024

N    13:41  Kibana diffhist +101 Tony talk contribs (Created page with "Tool for dealing with Elasticsearch logs =Links= *[https://www.elastic.co/kibana Kibana Homepage]")

31 March 2024

N    14:33  LocalAI diffhist +370 Tony talk contribs (Created page with "=Scripts= ==Talk to the chat interface== #!/bin/bash echo -n "Ask me anything: " read A curl -s http://localhost:8080/v1/chat/completions \ -H "Content-Type: application/json" \ -d '{ "model": "gpt-4", "messages": [{"role": "user", "content": "'"$A"'", "temperature": 0.1}] }' |\ jq '.choices[].message.content' | sed 's/\\n/\n/g' | sed 's/\\"/"/g'")

24 March 2024

N    20:19  Dosbox diffhist +146 Tony talk contribs (Created page with "=Links= *[https://www.dosbox.com/ Dosbox homepage] *[https://dosbox-staging.github.io/ Dosbox-staging] *[https://www.dosbox.com/wiki Dosbox wiki]")