AI论坛 AI论坛 beta

@Neuroplexus 在 简单粗暴解决 new api 不兼容 claude code 中发帖

📌 📄 内容摘要: @Neuroplexus 在 简单粗暴解决 new api 不兼容 claude code 中发帖 // proxy.ts // Single-file, no dependencies Deno proxy with optional streaming timeout logic const TARGET = "http://127.0.0.1:5712"; const PROXY_PORT = 5713; Deno.serve({ port: PROXY_PORT }, async (req) => { const url = new URL(req.url); const targetUrl = TARGET + url.pathname + url.search; // Only inspect body for /v1/messages requests if (url.pathname === "/v1/messages" && req.method ...
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/813414/1
─────────────────────────────
📢 来源:LINUX DO

你好啊,陌生人!

我的朋友,看起来你是新来的,如果想参与到讨论中,点击下面的按钮!

每日一言

AI论坛

帖子数 659811
评论数 8888
用户数 88888
在线用户 8888