gephyr 1.16.18

Gephyr is a headless local AI relay/proxy API handling OpenAI, Claude, and Gemini-compatible APIs
Documentation
1
2
3
4
5
6
7
8
pub mod claude;
pub mod common;
pub mod errors;
pub mod gemini;
pub mod openai;
pub mod retry;
pub mod streaming;
pub mod traits;