第三方程序调用指南
  1. 第三方程序调用 说明书
第三方程序调用指南
  • 说明书
  • 第三方程序调用 说明书
    • 沉浸式翻译
    • Visual Studio Code使用Cline
    • Cherry Studio
    • Cursor
    • ChatBox
    • 其它软件
  • 代码示例
  • 进阶版说明书
    • 说明书
    • 说明书 续编
  1. 第三方程序调用 说明书

其它软件

模型提供方或model provider的位置选openai
如果需要联系我们
https://i.111666.best/image/uGGMiaUtmeet51KiTBLPZy.jpg
代码示例
无python,兼容openai接口的,可以参考以下代码, // Curl 请求示例
Post url https://api.456478.xyz/v1/chat/completions
Headers Authorization: Bearer YOURKEY
data:{
"messages": [
{
"role": "user",
"content": "你是谁" // 描述
}
], // messages 必填
"stream": true, // 是否流式输出
"model": "gpt-4o", // 选择模型必填
"temperature": 0.5, // 设置AI思维扩展度
"presence_penalty": 2
}
修改于 2025-04-25 13:47:35
上一页
ChatBox
下一页
代码示例
Built with