Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 610 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 610 Bytes

gecholog-resources

Purpose

This repository provides examples of processors that modify or augment the payload or response for LLM API calls made via the Gecholog LLM Gateway.

Processors

  • broker is a load balancer and failover processor. Try it...
  • charactercount is a simple template processor. Try it...
  • mock is used to mock LLM API by recording a real request. Try it...
  • regex is a regex extraction processor (for JSON and Markdown). Try it...