curl http://localhost:11434/api/chat -d '{ "model": "mistral", "messages": [ { "role": "user", "content": "why is the sky blue?" } ] }' See theAPI documentationfor all endpoints. Community Integrations HTML UI Chatbot UI ...
Write your own Q# code, use the built-in samples, or prompt the Copilot in Azure Quantum to create Q# code. For more information, see Explore Azure Quantum.The Azure Quantum portalThe Azure Quantum portal provides a no-install development environment where you can create, upload, store, and...
curl http://localhost:11434/api/chat -d '{ "model": "mistral", "messages": [ { "role": "user", "content": "why is the sky blue?" } ] }' See theAPI documentationfor all endpoints. Community Integrations Web & Desktop Bionic GPT ...
Chat with a model curl http://localhost:11434/api/chat -d '{ "model": "mistral", "messages": [ { "role": "user", "content": "why is the sky blue?" } ] }' See theAPI documentationfor all endpoints. Community Integrations
Finally, in a separate shell, run a model: ./ollama run llama2 REST API Ollama has a REST API for running and managing models. Generate a response curl http://localhost:11434/api/generate -d '{ "model": "llama2", "prompt":"Why is the sky blue?" }' ...
curl http://localhost:11434/api/chat -d '{ "model": "mistral", "messages": [ { "role": "user", "content": "why is the sky blue?" } ] }' See theAPI documentationfor all endpoints. Community Integrations HTML UI Chatbot UI ...