plugin-live2d icon indicating copy to clipboard operation
plugin-live2d copied to clipboard

AI对话接入ChatGLM2

Open islibaodong opened this issue 1 year ago • 0 comments

接口示例: curl -X POST "http://127.0.0.1:8000"
-H 'Content-Type: application/json'
-d '{"prompt": "你好", "history": []}'

响应: { "response":"你好👋!我是人工智能助手 ChatGLM2-6B,很高兴见到你,欢迎问我任何问题。", "history":[["你好","你好👋!我是人工智能助手 ChatGLM2-6B,很高兴见到你,欢迎问我任何问题。"]], "status":200, "time":"2023-03-23 21:38:40" }

islibaodong avatar Jun 30 '23 02:06 islibaodong