Open smileyboy2019 opened 1 week ago
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
This logic is not implemented in the code
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