个人项目
  1. AI
个人项目
  • AI
    • 登录
      • 登录
      • 注册
      • 手机号是否注册
      • 是否登录
      • 登出
    • 用户信息
      • 更改用户信息
      • 查询用户详细信息
      • 查询用户收藏
      • 查询用户关注
      • 查询用户笔记
      • 查询用户历史记录
      • 添加用户笔记
      • 更改用户笔记
      • 添加学习计划
      • 查询学习计划
      • 查询学习事件
      • 删除学习计划
      • 删除用户笔记
      • 我的下拉获取更多圈子动态
      • 查询学习周报
      • 进入我的界面
    • 资源
      • 查询详细资源内容
      • 点赞
      • 取消点赞
      • 取消收藏
      • 收藏
      • 查询资源评论
      • 发表资源评论
      • 查询更多推荐资讯
      • 在评论里评论
      • 查询评论的评论
      • 上传图片得到url
      • 上传思维导图
      • 得到思维导图
      • 得到思维导图ById
      • 得到tag评论
      • 划章评
      • 新增tag评论
      • 一起编辑思维导图
      • 编辑思维导图
      • 既学既练 路由下发
      • 查询资讯外观
      • ai跳资讯 路由下放
    • 积分
      • 消耗积分
      • 查询积分任务
      • 增加文章积分
      • 增加视频积分
      • 增加Pk积分
      • 增加Ai积分
      • 查询群内积分排名
      • 获取积分明细
    • 首页
      • 查询更多历史内容
      • 查询更多专家内容
      • 下拉瀑布流
      • 获取首页
      • 点击活动
      • 点击精品课堂
      • 获得讲座信息
      • 获得研讨会信息
      • 获取活动分享
      • 获取首页上方tab
    • 搜索
      • 点击搜索
      • 得到关联词
      • 搜索初始页
      • 下拉瀑布流
      • 获得搜索框推荐词
    • 答题
      • 错题 收藏
        • 查询错题
        • 移除错题
        • 加入错题集
        • 加入收藏
        • 取消收藏
        • 查询收藏
      • pk
        • 参加pk
        • 得到pk题目
      • 得到问题
      • 答题(废弃)
      • 得到问题byId
      • 增加答题积分
      • 上传答题记录(收藏 错题) Copy
      • 答题统计
      • 得到互动视频列表
      • 根据id查询视频详细
      • 得到专项答题内容
      • 查询专项答题界面
      • 专项答题排行榜
      • 上传专项数据
      • 获得答题成就
      • 佩戴徽章
      • 完成成就
    • 社交(二级首页)
      • 查询ai绘画
      • 查询所有讨论
      • 查询讨论排行
      • 点击排行(根据问题获取回答)
      • 查询回答详细内容
    • 身份
      • 得到身份tab
      • 获得身份选择
      • 身份切换
      • 获得全部身份
      • 根据id得到身份名 Copy
    • 分类
      • 得到全部tab
      • 得到资源
    • AI
      • 单一对话
        POST
      • 多次对话
        POST
      • 流式输出
        POST
      • 我的流式输出
        POST
      • 查询对话头像
        GET
      • 生成ai绘画任务
        POST
      • 根据id获得绘画内容
        GET
      • 获得识物accesskey
        POST
      • 识物
        POST
    • 个推
      • 更新个推token
      • 通知推送
      • 透传
    • 初始化数据
      GET
  1. AI

流式输出

开发中
POST
https://oa.api2d.net/v1/chat/completions

请求参数

Header 参数
Content-Type
string 
必需
示例值:
application/json
Authorization
string 
必需
示例值:
Bearer fk213310-8AdUDoJBZoIKFXnzfG6cdWQYiq22xjAA
Body 参数application/json
object {0}
示例
{
    "model": "gpt-3.5-turbo",
    "messages": [
        {
            "role": "user",
            "content": "讲个笑话"
        }
    ],
    "safe_mode": false,
    "stream":true
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://oa.api2d.net/v1/chat/completions' \
--header 'Authorization: Bearer fk213310-8AdUDoJBZoIKFXnzfG6cdWQYiq22xjAA' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "gpt-3.5-turbo",
    "messages": [
        {
            "role": "user",
            "content": "讲个笑话"
        }
    ],
    "safe_mode": false,
    "stream":true
}'

返回响应

🟢200成功
text/plain
Body
object {0}
示例
data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"role":"assistant","content":""},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"当"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"年"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"有"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"个"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"极"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"富"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"的"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"商"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"人"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"他"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"快"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"要"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"有"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"孙"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"了"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"心"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"想"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"人"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"财"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"两"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"得"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"可"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"是"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"他"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"一"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"直"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"没有"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"。"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"突"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"然"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"有"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"一"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"天"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"商"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"人"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"在"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"河"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"边"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"发"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"现"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"了"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"一个"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"神"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"灵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"灵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"机"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"一"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"动"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"向"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"神"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"灵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"祈"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"求"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":":“"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"能"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"不能"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"让"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"我"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"生"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"个"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"?”"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"神"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"灵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"说"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":":“"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"好"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"吧"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"条件"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"是"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"我"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"给"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"你"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"后"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"你"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"必"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"须"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"把"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"你"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"最"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"珍"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"贵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"的"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"东"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"西"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"给"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"我"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"。”"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"商"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"人"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"大"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"喜"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":":“"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"没"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"问题"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"!”"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"于"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"是"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"灵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"灵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"巧"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"巧"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"的"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"商"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"人"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"生"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"了"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"个"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"。"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"几"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"年"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"后"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"长"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"大"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"了"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"商"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"人"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"突"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"然"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"想"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"起"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"自"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"己"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"的"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"承"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"诺"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"觉"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"得"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"有"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"点"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"心"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"疼"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"。"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"就"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"把"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"带"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"到"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"神"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"灵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"面"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"前"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"对"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"说"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":":“"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"给"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"大"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"爷"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"点"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"东"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"西"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"。”"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"儿"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"子"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"一"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"脸"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"懵"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"逼"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":":“"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"爸"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":","},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"我"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"给"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"你"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"捶"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"捶"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"背"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"怎"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"么"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"样"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{"content":"?”"},"finish_reason":null}]}

data: {"id":"chatcmpl-7rQCLVgsl5AGB4sBkNwAxzidPGqce","object":"chat.completion.chunk","created":1692966445,"model":"gpt-3.5-turbo-0613","choices":[{"index":0,"delta":{},"finish_reason":"stop"}]}

data: [DONE]

修改于 2023-08-25 12:29:17
上一页
多次对话
下一页
我的流式输出
Built with