# CORS Chat：用 GPT-5.6-Sol 构建的跨域聊天测试工具

- 来源：Simon Willison 博客
- 发布时间：2026-08-15 22:49
- AIHOT 分数：41
- AIHOT 链接：https://aihot.virxact.com/items/cmsv5rx2c09avrosaq4o6c3qw
- 原文链接：https://simonwillison.net/2026/Aug/15/cors-chat

## AI 摘要

Simon Willison 用 GPT-5.6-Sol 构建了 CORS Chat，一个用于测试 Qwen 3.8 27B 在 LM Studio 上运行的 Web 聊天界面。

## 正文

I built this today (with GPT-5.6-Sol xhigh) to help test Qwen 3.8 27B running in LM Studio on both my M5 MacBook Pro and an NVIDIA DGX Spark.

It provides a web UI for exercising an OpenAI-Responses-compatible chat endpoint. I've tried it against LM Studio with the --cors option and OpenRouter, and both work fine.

Conversations are persisted in the browser and can be exported as copy-pasted JSON. One fun detail is that it notices SVG images that are being generated and progressively renders them in the chat while the tokens are still streaming in.

Tags: svg, ai, generative-ai, llms, cors, openrouter, lm-studio
