Tag: browser
-
Simon Willison’s Weblog: openai/openai-realtime-console
Source URL: https://simonwillison.net/2024/Oct/9/openai-realtime-console/#atom-everything Source: Simon Willison’s Weblog Title: openai/openai-realtime-console Feedly Summary: openai/openai-realtime-console I got this OpenAI demo repository working today – it’s an extremely easy way to get started playing around with the new Realtime voice API they announced at DevDay last week: cd /tmp git clone https://github.com/openai/openai-realtime-console cd openai-realtime-console npm i npm start That…
-
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,…