Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

That way you'll get: https://[host-here]:8080/saga/api/client/process/text



Client Endpoints - for other applications usage

Endpoint: /saga/api/client/process
  + GET /units/{unit}
  + POST /text
  + POST /generate
  + GET /units
  + POST /batch
  + GET /units/{unit}/reload
  + DELETE /units/{unit}


V2 Endpoints - Intented for Saga UI usage

Endpoint: /saga/api/v2/gpt3
  + POST /update
  + POST /delete
  + POST /create
  + POST /process
  + POST /config
  + GET /configs
  + GET /engines
  
Endpoint: /saga/api/v2/importer
  + POST /upload

...