pushing new apis module for hermes (#547)

This commit is contained in:
Salman Paracha 2025-08-07 12:42:09 -07:00 committed by GitHub
parent 62a092fa63
commit 93ff4d7b1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 3878 additions and 2 deletions

View file

@ -1,10 +1,12 @@
//! hermesllm: A library for translating LLM API requests and responses
//! between Mistral, Grok, Gemini, and OpenAI-compliant formats.
use std::fmt::Display;
pub mod providers;
pub mod apis;
pub mod clients;
use std::fmt::Display;
pub enum Provider {
Arch,
Mistral,