📌 📄 内容摘要:
@Hmjz100 在 佬们,谁有 o1 模型的 svg 图片?急用 中发帖
开发脚本 ChatGPT 助手 需要使用,
翻遍镜像站愣是没找到有返回的
fetch('/backend-api/model_icons')
.then(response => {
if (!response.ok) {
throw new Error('网络响应失败');
}
return response.json();
})
.then(data => {
console.log('图标数据:', data);
})
.catch(error => {
console.error('请求失败:', error);
});
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/286248/1
─────────────────────────────
📢 来源:LINUX DO