You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl http://192.168.1.157:11434/api/embeddings -d '{
"model": "qwen2.5:7b",
"prompt": "prompt"
}'
How to call the above example? Pass in the URL address: model name and prompt word, three parameters. Which method should be used