xjlxjl 发表于 2024-4-16 10:29:08

又一个可白女票的ai

<i class="pstatus"> 本帖最后由 xjlxjl 于 2024-4-16 10:33 编辑 </i><br />
<br />
官网地址<br />
https://cohere.com/<br />
<br />
apikey地址<br />
<br />
https://dashboard.cohere.com/api-keys<br />
<br />
转换成openai api接口格式<br />
<br />
docker run -d -p 3030:3030 jessxll/command-r:latest<br />
<br />
测试<br /><div class="blockcode"><div id="code_EQ0"><ol><li>curl -X POST \<br /><li>&nbsp;&nbsp;-H &quot;Content-Type: application/json&quot; \<br /><li>&nbsp;&nbsp;-H &quot;Authorization: Bearer 你自己的key&quot; \<br /><li>&nbsp;&nbsp;-d '{<br /><li>&nbsp; &nbsp; &quot;messages&quot;: [<br /><li>&nbsp; &nbsp;&nbsp; &nbsp;{&quot;role&quot;: &quot;user&quot;, &quot;content&quot;: &quot;你好&quot;}<br /><li>&nbsp; &nbsp; ],<br /><li>&nbsp; &nbsp; &quot;model&quot;: &quot;command-r&quot;,<br /><li>&nbsp; &nbsp; &quot;stream&quot;: true<br /><li>&nbsp;&nbsp;}' \<br /><li>&nbsp;&nbsp;'http://127.0.0.1:3030/v1/chat/completions'</ol></div><em onclick="copycode($('code_EQ0'));">复制代码</em></div>

thaizxj 发表于 2024-4-16 10:30:38

Site Not Found
页: [1]
查看完整版本: 又一个可白女票的ai