Module completion_handler

Source
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.