@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);
});