Show HN: LLM from URL –– A free AI chat completion service directly from URL

818233.xyz

5 points by yvonuk 15 hours ago

LLM from URL —— A free AI chat completion service directly from URL

Usage:

In the address bar of any web browser, type your question after https://818233.xyz/ and hit Enter to get the instant answer. You know the best part of this? Whitespace in the url is supported in most web browsers!

You can also use curl or Wget to retrieve the appended url by replacing any whitespace with a '+' character. If you need to have an actual '+' character in your question, just use '++'.

Example:

The url "https://818233.xyz/hi there" in any web browser will return the same answer as if you send "hi there" to an AI chatbot.

curl command: curl https://818233.xyz/hi+there

wget command: wget -qO- https://818233.xyz/hi+there

Limit: No chat history

Fair use policy: Abuse of the service will result in an IP ban.

Contact: For questions, suggestions or bug reports, feel free to drop me an email (hi@818233.xyz).

samyar 2 minutes ago

that's pretty useful

skeptrune 15 hours ago

Fun idea. I like how plain the website is.

  • yvonuk 13 hours ago

    Thank you! Actually it is more fun to use it in Terminal/CLI :)