Mudanças entre as edições de "Ollama:api"
Ir para navegação
Ir para pesquisar
(Criou página com ' sudo systemctl edit ollama.service OLLAMA_HOST=0.0.0.0 == Testar == curl http://localhost:11434/api/generate -d '{ "model": "llama3.1", "prompt": "Why is the sky blu...') |
(Sem diferença)
|
Edição atual tal como às 00h11min de 25 de setembro de 2024
sudo systemctl edit ollama.service
OLLAMA_HOST=0.0.0.0
Testar
curl http://localhost:11434/api/generate -d '{ "model": "llama3.1", "prompt": "Why is the sky blue?", "options": { "num_ctx": 4096 } }'