Expand description
This module handles HTTP requests for generating text completions.
It provides the completions_handler
function, which processes incoming
completion requests, validates them, and returns appropriate responses.
Functionsยง
- completions_
handler - Handles the
/completions
endpoint for generating text completions.