Skip to content

Releases: bingjiw/1api

v1.1.2

Choose a tag to compare

@bingjiw bingjiw released this 24 Jul 09:56

feat: 改显示创建时间为显示原始的问答数字

v1.1.1

Choose a tag to compare

@bingjiw bingjiw released this 24 Jul 08:41

借用created_time来记某令牌的请求(问答)的次数 +1

v1.1.0炳:如果请求所附带的token不存在,就在数据库中插入一个(以传入的key值)新建的token

Choose a tag to compare

@bingjiw bingjiw released this 23 Jul 13:50

炳:如果请求所附带的token不存在,就在数据库中插入一个(以传入的key值)新建的token

v1.0.12 流式、非流式 取回复内容

Choose a tag to compare

@bingjiw bingjiw released this 21 Jul 07:47

v1.0.12 流式、非流式 取回复内容

v1.0.11

Choose a tag to compare

@bingjiw bingjiw released this 10 Jul 02:56

feat: 日志搜索时,默认token_name=Streaming令nNext、bLobe等

v1.0.10

Choose a tag to compare

@bingjiw bingjiw released this 10 Jul 00:29

将strResponse中的\n\n和\n替换为真正的回车换行符,让数学公式在LOG页显示更优美。

v1.0.9

Choose a tag to compare

@bingjiw bingjiw released this 09 Jul 13:25

fix: 原DoResponse在我改后 拿不到任何回复

v1.0.8

Choose a tag to compare

@bingjiw bingjiw released this 09 Jul 10:56

fix: 合并流式输出的chunks中的content为完整的句子

v1.0.7

Choose a tag to compare

@bingjiw bingjiw released this 09 Jul 06:00

读取回答文本并写入日志

v1.0.6

Choose a tag to compare

@bingjiw bingjiw released this 03 Jul 08:32
7194cca

问题:后端取数据时所markdown转成了HTML,但前端又“安全”的把所有HTML标签转义了,所以前端会如下呈现

模型倍率 1.43,分组倍率 1.00,补全倍率 1.00  🤖🤖🤖🤖<img src=
为避免前端对HTML标签的转义,要用 dangerouslySetInnerHTML 方法