feat: models

This commit is contained in:
李如威 2025-11-17 17:53:39 +08:00
parent 99be9a5571
commit 954cca14fa
1 changed files with 1 additions and 1 deletions

View File

@ -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"]}'
```