From f12e2fc10ae9296c9d55312517b5592209ac18f2 Mon Sep 17 00:00:00 2001 From: Xiang <1984871009@qq.com> Date: Fri, 5 May 2023 21:09:30 +0800 Subject: [PATCH] feat: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8f73df7..08c8b42 100644 --- a/README.md +++ b/README.md @@ -41,17 +41,17 @@ docker-compose up --build -d common request ```shell -curl "http://127.0.0.1:3000/ask?prompt=你好" -curl "http://127.0.0.1:3000/ask?prompt=你好&model=forefront" +curl "http://127.0.0.1:3000/ask?prompt=hello" +curl "http://127.0.0.1:3000/ask?prompt=hello&model=forefront" ``` request event-stream ```shell # test you -curl "http://127.0.0.1:3000/ask/stream?prompt=你好" +curl "http://127.0.0.1:3000/ask/stream?prompt=hello" # test forefront -curl "http://127.0.0.1:3000/ask/stream?prompt=你好&model=forefront" +curl "http://127.0.0.1:3000/ask/stream?prompt=hello&model=forefront" ``` Due to legal and personal issues, the development speed of this Repository may slow down over the next one to two weeks. I apologize for any inconvenience this may cause. I have been putting a lot of effort into this small personal/educational project, and it is now on the verge of being taken down.