Zack Saadioui
8/27/2024
1 2
brew tap ollama/tap brew install ollama
1
2
bash
curl -fsSL https://ollama.com/install.sh | sh
1
2
bash
ollama run llama3.1
1
2
3
bash
cd nifi-1.x.x/bin
./nifi.sh start
1
2
3
bash
.
ifi.bat start
1
http://localhost:8080/nifi
1
http://localhost:11434/api/generate
1
2
3
4
5
6
json
{
"model": "mistral",
"prompt": "${text}",
"stream": false
}.
Copyright © Arsturn 2024