• Shaarli
  • Tag cloud
  • Picture wall
  • Daily
  • RSS
  • Login
4478 shaares
3 / 3
Filters
53 results tagged llm

Which AI to Use Now: An Updated Opinionated Guide

QRCode

Picking your general-purpose AI

Also:

https://www.oneusefulthing.org/p/doing-stuff-with-ai-opinionated-midyear

https://www.oneusefulthing.org/p/which-ai-to-use-now-an-updated-opinionated
February 3, 2025 at 3:02:24 PM EST *
ai llm
FILLER

Collaborators needed for bring full OpenAI support to Perl

QRCode

Thus, that module was deprecated in favor of Nelson's OpenAPI::Client::OpenAI module. Throw the 13K+ lines OpenAPI spec for OpenAI at it and it just works. Further, the module is pretty much a single Perl class rather than a bunch of hand-crafted code.

CPAN authors know it can be hard to keep modules up-to-date (mea culpa, mea culpa!) and this module is no exception. I need this module so I offered to collaborate and created a PR to update it to version 2.0.0 of the OpenAI spec. It now passes all the tests (for those wondering, you need an OpenAI key and it costs $0.04 USD to run the test suite).

In trying to build a Whisper pipeline for that, I found that I couldn't. There was a PR for Whisper support for the older module, but for the newer one, I can't figure out how to get it to issue a request with multipart/form-data support. I've noted the issue in the PR.

https://www.reddit.com/r/perl/comments/1cwa4zd/collaborators_needed_for_bring_full_openai/?rdt=43096
May 20, 2024 at 2:34:47 PM EDT *
llm openapi perl
FILLER

Photoshop for text — Steph Ango

QRCode

In the near future, transforming text over an entire document will become as commonplace as filtering images.

Up until now, text editors have been focused on input. The next evolution of text editors will make it easy to alter, summarize and lengthen text. You’ll be able to do this for entire documents, not just individual sentences or paragraphs. The filters will be instantaneous and as good as if you wrote the text yourself. You will also be able to do this with local files, on your device, without relying on remote servers.

In a “A camera for ideas”, I coined the term synthography to describe synthetic images created with generative models.

https://stephango.com/photoshop-for-text
January 13, 2024 at 8:03:16 PM EST *
blog obsidian llm chatgpt writing
FILLER

Text generator plugin for Obsidian to generate text content using GPT-3 (OpenAI) | GitHub - nhaouari/obsidian-textgenerator-plugin

QRCode

Text generator is a handy plugin for Obsidian that helps you generate text content using GPT-3 (OpenAI). - GitHub - nhaouari/obsidian-textgenerator-plugin: Text generator is a handy plugin for Obsidian that helps you generate text content using GPT-3 (OpenAI).

Use Text Generator to generate ideas, attractive titles, summaries, outlines, and whole paragraphs based on your knowledge database.

https://github.com/nhaouari/obsidian-textgenerator-plugin
January 13, 2024 at 8:01:49 PM EST *
chatgpt llm obsidian notetaking
FILLER

14islands | The art of prompting: An introduction to Midjourney

QRCode

A great deal of my learnings and inspiration comes from the great content from Yubin Ma at AiTuts, where you can learn more about prompting and view a myriad of examples.

https://www.14islands.com/journal/the-art-of-prompting
January 13, 2024 at 11:16:15 AM EST *
midjourney llm ai
FILLER

GitHub - abi/screenshot-to-code: Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)

QRCode

Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue) - GitHub - abi/screenshot-to-code: Drop in a screenshot and convert it to clean code (HTML/Tailwind/React/Vue)

https://github.com/abi/screenshot-to-code
January 13, 2024 at 11:14:31 AM EST *
llm coding chatgpt webdesign
FILLER

Ask HN: Tutorial on LLM / already grasp neural nets | Hacker News

QRCode

I've watched the 4 videos from 3blue1brown on neural nets. The web and youtube are awash with mediocre videos on Large Language Models. I'm looking for a good one.

This is part of a longer series but is maybe the single best video I know of on the topic:
https://youtu.be/kCc8FmEb1nY?si=zmBleKwlpV06O3Mw

I thought this video from Steven Wolfram was also quite good:
https://www.youtube.com/live/flXrLGPY3SU?si=SrP1EJFMPJqVCFPL

https://news.ycombinator.com/item?id=38438202
January 13, 2024 at 11:12:32 AM EST *
llm chatgpt ai
FILLER

GitHub - varunshenoy/opendream: An extensible, easy-to-use, and portable diffusion web UI 👨‍🎨

QRCode

An extensible, easy-to-use, and portable diffusion web UI 👨‍🎨 - GitHub - varunshenoy/opendream: An extensible, easy-to-use, and portable diffusion web UI 👨‍🎨

https://github.com/varunshenoy/opendream
September 14, 2023 at 9:51:38 AM EDT *
llm stablediffusion
FILLER

LLM: A CLI utility and Python library for interacting with Large Language Models

QRCode

A CLI utility and Python library for interacting with Large Language Models, both via remote APIs and models that can be installed and run on your own machine.

https://llm.datasette.io/en/stable/
September 14, 2023 at 9:37:08 AM EDT *
llm python
FILLER

What are embeddings?

QRCode

A deep-dive into machine learning embeddings.

https://vickiboykis.com/what_are_embeddings/
August 11, 2023 at 2:42:02 PM EDT *
ai llm machinelearning
FILLER

How to Use AI to Do Stuff: An Opinionated Guide

QRCode

Covering the state of play as of Summer, 2023

https://www.oneusefulthing.org/p/how-to-use-ai-to-do-stuff-an-opinionated
August 11, 2023 at 2:24:24 PM EDT *
ai llm
FILLER

Patterns for Building LLM-based Systems & Products

QRCode

Evals, RAG, fine-tuning, caching, guardrails, defensive UX, and collecting user feedback.

https://eugeneyan.com/writing/llm-patterns/
August 3, 2023 at 8:12:19 AM EDT *
llm chatgpt
FILLER

Run Llama 2 Uncensored Locally

QRCode

In May 2023, Eric Hartford, a machine learning engineer authored a popular blog post “Uncensored Models” providing his viewpoints to the merits of uncensored models, and how they are created. It’s a great read!

This post will give some example comparisons running Llama 2 uncensored model vs its censored model.

https://erichartford.com/uncensored-models

https://ollama.ai/blog/run-llama2-uncensored-locally
August 3, 2023 at 8:10:49 AM EDT *
llm chatgpt
FILLER
3 / 3
Shaarli · The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community · Documentation
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community