mirror of
https://github.com/LLM-Red-Team/glm-free-api.git
synced 2024-11-01 16:09:24 +08:00
去除调试
This commit is contained in:
parent
a837ed2e65
commit
14078ac54f
@ -185,7 +185,6 @@ async function createCompletion(
|
|||||||
: [];
|
: [];
|
||||||
|
|
||||||
// 请求流
|
// 请求流
|
||||||
console.log(refConvId)
|
|
||||||
const token = await acquireToken(refreshToken);
|
const token = await acquireToken(refreshToken);
|
||||||
const result = await axios.post(
|
const result = await axios.post(
|
||||||
"https://chatglm.cn/chatglm/backend-api/assistant/stream",
|
"https://chatglm.cn/chatglm/backend-api/assistant/stream",
|
||||||
|
Loading…
Reference in New Issue
Block a user