Tag: JavaScript
-
Simon Willison’s Weblog: Gemini Bounding Box Visualization
Source URL: https://simonwillison.net/2024/Aug/26/gemini-bounding-box-visualization/#atom-everything Source: Simon Willison’s Weblog Title: Gemini Bounding Box Visualization Feedly Summary: Gemini Bounding Box Visualization Here’s another fun tool I built with the help of Claude 3.5 Sonnet. I was browsing through Google’s Gemini documentation while researching how different multi-model LLM APIs work when I stumbled across this note in the vision…
-
Hacker News: Claude’s API now supports CORS requests, enabling client-side applications
Source URL: https://simonwillison.net/2024/Aug/23/anthropic-dangerous-direct-browser-access/ Source: Hacker News Title: Claude’s API now supports CORS requests, enabling client-side applications Feedly Summary: Comments AI Summary and Description: Yes Summary: The text discusses a new feature in the Anthropic TypeScript SDK that allows browser usage of the Anthropic API, enabling CORS support. This feature raises concerns about API key security,…
-
Simon Willison’s Weblog: anthropic-sdk-typescript: add support for browser usage
Source URL: https://simonwillison.net/2024/Aug/23/anthropic-dangerous-direct-browser-access/#atom-everything Source: Simon Willison’s Weblog Title: anthropic-sdk-typescript: add support for browser usage Feedly Summary: anthropic-sdk-typescript: add support for browser usage This new feature in the Anthropic TypeScript SDK reveals a ew Anthropic JSON API feature, which I found by digging through the code. You can now add the following HTTP request header to…