西蒙威利森今天做了个叫CORS Chat的小工具,能通过网页界面测试LM Studio和OpenRouter的聊天接口,还支持流式SVG渲染,挺实用。
开发者用GPT-5.6-Sol构建了CORS Chat工具,用于测试LM Studio中运行的Qwen 3.8 27B模型。该工具提供Web界面,兼容OpenAI-Responses聊天端点,已在LM Studio的--cors模式和OpenRouter上验证。对话记录保存在浏览器中,可导出为JSON。它还能在流式输出时逐步渲染生成的SVG图像。
CORS Chat
Tool: CORS Chat 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