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
/completionsendpoint for generating text completions.