mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
pending changes
This commit is contained in:
parent
9570b167db
commit
1a10b82724
6 changed files with 42 additions and 28 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue