x

Programs, configuration and documentation that don't fit anywhere else
Log | Files | Refs | README | LICENSE

precis.1 (323B)


      1 .Dd
      2 .Dt PRECIS 1
      3 .Sh NAME
      4 .Nm precis
      5 .Nd summarise text
      6 .Sh SYNOPSIS
      7 .Nm
      8 .Op Ar url
      9 .Sh DESCRIPTION
     10 .Nm
     11 summarises text read from the standard input
     12 using a large language model.
     13 .Ar url
     14 is the base URL of an OpenAI-compatible HTTP API.
     15 The default is
     16 .Ar http://127.0.0.1:8080 .
     17 .Sh EXIT STATUS
     18 .Ex
     19 .Sh SEE ALSO
     20 .Xr llm 1