Skip to main content

1. Initialize the Freeplay Client

2. Fetch your formatted prompt

3. Pass the prompt to Pipecats LLM Service (Processor)

4. Initialize the FreeplayProcessor Service

5. Add freeplay_logger to your Pipeline

6. FreeplayProcessor

The FreeplayProcessor is based on Pipecats LLMLogObserver however, it needs to be a service and not a logger in order to log the correct number of completions.

Examples