curl http://localhost:11434/app/generate -d '{ "model": "llama3.2", "prompt":"Why is the sky blue?" }'
curl http://localhost:11434/api/chat -d '{ "messages": [ { "model":"llama3.2","role": "user", "content": "why is the sky blue?"} ] }'
curl http://localhost:11434/api/chat&model=llama3.2 -d '{ "messages": [ { "role": "user", "content": "why is the sky blue?" } ] }'
curl http://localhost:11434/api/chat -d '{ "model": "llama3.2", "messages": [ { "role": "user", "content": "why is the sky blue?" } ] }'
Olá, para continuar, precisamos criar uma conta! É rápido e grátis.