mirror of
https://github.com/katanemo/plano.git
synced 2026-06-02 14:35:14 +02:00
pushing new apis module for hermes (#547)
This commit is contained in:
parent
62a092fa63
commit
93ff4d7b1f
9 changed files with 3878 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue