0 bookmark(s) - Sort by: Date ↓ / Title / - Bookmarks from other users for this tag
LLM 0.17 release enables multi-modal input, allowing users to send images, audio, and video files to Large Language Models like GPT-4o, Llama, and Gemini, with a Python API and cost-effective pricing.
Simon Willison recently delivered a talk during the Mastering LLMs: A Conference For Developers & Data Scientists, which was a six-week long online event. The talk centered around Simon's LLM Python command-line utility and its plugins, emphasizing how they can be utilized to explore Large Language Models (LLMs) and perform various tasks. Last week, he discussed accessing LLMs from the command-line, sharing valuable insights and techniques with the audience.
A Python API and CLI for displaying images in terminal, works with iTerm2 and can also be used inside tmux. Provides image support for matplotlib. It also has a MPLBACKEND module, an IPython magic, and more.
python -m http.server
python -m base64 -h
await
: python -m asyncio
python -m tokenize cgi.py
python -m ast cgi.py
echo '{"foo": "bar"}' | python -m json.tool
python -m nntplib
python -m calendar
(with options like -t html
)The api_base key can be used to point the OpenAI client library at a different API endpoint.
The author has also automated their weeknotes by using an Observable notebook, which generates the "releases this week" and "TILs this week" sections.
The notebook fetches TILs from the author's Datasette, grabs releases from GitHub, and assembles a markdown string for the new post.
llm
CLI tool for running prompts against large language modelsFirst / Previous / Next / Last
/ Page 1 of 0