Redis
json格式 标签描述

Api.h5 .chatCreateChatCompletion({ model:'gpt-3.5-turbo-1106', token:'sk-f4fe8b67-fcbe-46fd-8cc9-fd1dac5d6d59', messages:[ { role:'user', content: '使用json格式返回十二生肖,包含中文名和英文名,[{id:"1",enName:"",cnName:""}]', }, ], params:{ n:1, response_format:{type:'json_object'}, }, }) .then((res)=>{ if(res.cod...