coproxy 0.6.1

OpenAI-compatible API proxy backed by GitHub Copilot
Documentation
1
2
3
4
5
6
7
pub mod auth;
pub mod chat_completions;
pub mod embeddings;
pub mod health;
pub mod messages;
pub mod models;
pub mod responses;