Y
Hacker News
new
|
ask
|
show
|
jobs
by
chrispogeek
1068 days ago
Is this accessible via a local endpoint? I'd want to try calling it from other apps, for example.
1 comments
jmorgan
1068 days ago
It is! You can reach it from
http://localhost:11434
. More documentation to come, but to generate text there's an /api/generate endpoint:
https://github.com/jmorganca/ollama#rest-api
link