安博体育2024届高职毕业生就业质量报告

286
发表时间:2025-01-07 19:55
文章分类: 安博体育
const options = { method: 'POST', headers: {Authorization: 'Bearer ', 'Content-Type': 'application/json'}, body: '{"model":"BAAI/bge-large-zh-v1.5","input":"Silicon flow embedding online: fast, affordable, and high-quality embedding services. come try it out!","encoding_format":"float"}' }; fetch('127.0.0.1:11434', options) .then(response => response.json()) .then(response => console.log(response)) .catch(err => console.error(err));