From 954cca14fa8fc00b8bae21e34d6ac5f72841b5e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A6=82=E5=A8=81?= Date: Mon, 17 Nov 2025 17:53:39 +0800 Subject: [PATCH] feat: models --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06fb627..42a723a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,6 @@ curl http://localhost:8023/embed \ -X POST \ -H "Authorization: Bearer sk-local-827ccb0eea8a706c4c34a16891f84e7b" \ -H "Content-Type: application/json" \ - -d '{"inputs": ["Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: What is the capital of China?", "Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: Explain gravity"]}'\ + -d '{"inputs": ["Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: What is the capital of China?", "Instruct: Given a web search query, retrieve relevant passages that answer the query\nQuery: Explain gravity"]}' ```