AI 透镜
← 返回首页
开源生态 Simon Willison

CORS Chat:Simon Willison 的本地大模型对话测试工具 CORS Chat: Simon Willison's Tool for Testing Local LLM Endpoints

精读摘要

Simon Willison 用 GPT-5.6-Sol xhigh 辅助开发了 CORS Chat 工具,用于测试兼容 OpenAI Responses 协议的对话端点,已在 LM Studio 与 OpenRouter 上验证可用。它提供 Web 界面,会话保存在浏览器中并可导出 JSON,还能在流式输出时逐步渲染生成的 SVG 图像。 Simon Willison built CORS Chat with GPT-5.6-Sol xhigh to test OpenAI-Responses-compatible chat endpoints, verified against LM Studio and OpenRouter. It offers a web UI, persists conversations in the browser with JSON export, and progressively renders generated SVG images while tokens stream.

关键要点

  • 工具用于测试兼容 OpenAI Responses 的对话端点
  • 已在 LM Studio 与 OpenRouter 验证可用
  • 支持会话导出与流式渲染 SVG 图像
#Simon-Willison #LM-Studio #tooling 阅读原文 ↗