mirror of
https://github.com/LLM-Red-Team/glm-free-api.git
synced 2024-11-11 04:49:25 +08:00
Release 0.0.3
This commit is contained in:
parent
53ad65c2be
commit
7a9aa15454
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "glm-free-api",
|
"name": "glm-free-api",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "GLM Free API Server",
|
"description": "GLM Free API Server",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
@ -296,9 +296,9 @@ function extractRefFileUrls(messages: any[]) {
|
|||||||
* 消息预处理
|
* 消息预处理
|
||||||
*
|
*
|
||||||
* 由于接口只取第一条消息,此处会将多条消息合并为一条,实现多轮对话效果
|
* 由于接口只取第一条消息,此处会将多条消息合并为一条,实现多轮对话效果
|
||||||
* 设定:【重要】回答用户问题,不要输出说话者\n
|
* 使用”你“这个角色回复”我“这个角色,以第一人称对话\n
|
||||||
* 我:旧消息1
|
* 我:旧消息1
|
||||||
* ChatGLM:旧消息2
|
* 你:旧消息2
|
||||||
* 我:新消息
|
* 我:新消息
|
||||||
*
|
*
|
||||||
* @param messages 参考gpt系列消息格式,多轮对话请完整提供上下文
|
* @param messages 参考gpt系列消息格式,多轮对话请完整提供上下文
|
||||||
|
Loading…
Reference in New Issue
Block a user