Tag: CORS

  • Simon Willison’s Weblog: openai/openai-openapi

    Source URL: https://simonwillison.net/2024/Dec/22/openai-openapi/#atom-everything Source: Simon Willison’s Weblog Title: openai/openai-openapi Feedly Summary: openai/openai-openapi Seeing as the LLM world has semi-standardized on imitating OpenAI’s API format for a whole host of different tools, it’s useful to note that OpenAI themselves maintain a dedicated repository for a OpenAPI YAML representation of their current API. (I get OpenAI and…

  • Simon Willison’s Weblog: ChatGPT Canvas can make API requests now, but it’s complicated

    Source URL: https://simonwillison.net/2024/Dec/10/chatgpt-canvas/#atom-everything Source: Simon Willison’s Weblog Title: ChatGPT Canvas can make API requests now, but it’s complicated Feedly Summary: Today’s 12 Days of OpenAI release concerned ChatGPT Canvas, a new ChatGPT feature that enables ChatGPT to pop open a side panel with a shared editor in it where you can collaborate with ChatGPT on…

  • 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…