Skip to content

Instantly share code, notes, and snippets.

@u1i
Created May 29, 2024 01:53
Show Gist options
  • Save u1i/3a11703477a76db364896c3063081793 to your computer and use it in GitHub Desktop.
Save u1i/3a11703477a76db364896c3063081793 to your computer and use it in GitHub Desktop.
Ollama curl
curl -i http://127.0.0.1:11434/api/generate -d '{
"model": "gemma:2b",
"prompt": "Why is the sky blue?",
"options": {
"temperature": 0.7
}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment