mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-08 03:41:13 -05:00
feat(aio): entrypoint, update workflows (#1872)
This commit is contained in:
committed by
GitHub
parent
743095b7d8
commit
abc9360dc6
@@ -1,4 +1,4 @@
|
||||
name: all-minilm-l6-v2
|
||||
name: text-embedding-ada-002
|
||||
backend: sentencetransformers
|
||||
embeddings: true
|
||||
parameters:
|
||||
@@ -9,5 +9,5 @@ usage: |
|
||||
|
||||
curl http://localhost:8080/embeddings -X POST -H "Content-Type: application/json" -d '{
|
||||
"input": "Your text string goes here",
|
||||
"model": "all-minilm-l6-v2"
|
||||
"model": "text-embedding-ada-002"
|
||||
}'
|
||||
Reference in New Issue
Block a user