New release of my llm-gemini plugin – it can now send system prompts to the Gemini model, taking advantage of a feature they released today https://
github.com/simonw/llm-gem
ini/releases/tag/0.1a2
…
TOOLS
-

LLM-Gemini Plugin Update Adds System Prompt Support
By
–
-
Calculate New Range Position After Text Deletion
By
–
prompt: “`
I have a selected range in my original file (selectedRange) for the file string fileContents. Then, I delete a different range deletedRange and replace it with replacementText. Please write a function to determine the new location of selectedRange. Can you do this -

Calling the New Embedding Model REST API Documentation
By
–
I'm having a tiny bit of trouble figuring out how to call the new embedding model – is there any clear REST API documentation anywhere?
-

Google Gemini 1.5 Pro Now Available in 180+ Countries
By
–
Google’s Gemini 1.5 Pro model is now available in 180+ countries via the Gemini API.
— Rowan Cheung (@rowancheung) 10 avril 2024
The company also introduced native audio understanding, system instructions, JSON mode, and more.
Try the 1.5 Pro for free with my tutorial below: https://t.co/zih5X28NjyGoogle’s Gemini 1.5 Pro model is now available in 180+ countries via the Gemini API. The company also introduced native audio understanding, system instructions, JSON mode, and more. Try the 1.5 Pro for free with my tutorial below:
-
Gemini YouTube Researcher: AI Agent Analyzes Video Content
By
–
Introducing `gemini-youtube-researcher` 📈
— Matt Shumer (@mattshumer_) 10 avril 2024
An open-source Gemini 1.5 Pro agent that LISTENS to videos and delivers topical reports.
Just provide a topic, and a chain of AIs with access to YouTube will analyze relevant videos and generate a comprehensive report for you. pic.twitter.com/bd0OZkvCkqIntroducing `gemini-youtube-researcher` An open-source Gemini 1.5 Pro agent that LISTENS to videos and delivers topical reports. Just provide a topic, and a chain of AIs with access to YouTube will analyze relevant videos and generate a comprehensive report for you.
-

Datasette Extract Plugin: Data Extraction in Action
By
–
Blog post with screenshots of the plugin in action https://
datasette.cloud/blog/2024/data
sette-extract/
… -

Datasette Extract Plugin: Data Extraction Tool Showcase
By
–
Here's a blog post with further screenshots of the plugin in action: https://
datasette.cloud/blog/2024/data
sette-extract/
… -
AI Tool Extracts Structured Data From Text and Images
By
–
I built a tool for extracting structured data from unstructured text and images and inserting it into a SQLite database table
-
Datasette Extract: GPT-4 Vision plugin for structured data extraction
By
–
Datasette Extract is a new Datasette plugin that uses GPT-4 (and the new GPT-4 Vision) to extract structured data from unstructured text and images and insert it into a SQLite database table. Here's a video demonstrating the plugin:
-
Structured Data Extraction with GPT Functions Now Available
By
–
Mainly structured data extraction into tables, as described in this TIL https://
til.simonwillison.net/gpt3/openai-py
thon-functions-data-extraction
… but now turned into a feature as