pending changes

This commit is contained in:
Adil Hafeez 2025-01-14 16:32:52 -08:00
parent 9570b167db
commit 1a10b82724
6 changed files with 42 additions and 28 deletions

View file

@ -171,6 +171,8 @@ pub struct LlmProvider {
pub model: String,
pub default: Option<bool>,
pub stream: Option<bool>,
pub endpoint: Option<String>,
pub port: Option<u16>,
pub rate_limits: Option<LlmRatelimit>,
}