mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
adding support for base_url
This commit is contained in:
parent
5108013df4
commit
85da10579f
5 changed files with 393 additions and 36 deletions
|
|
@ -267,6 +267,7 @@ pub struct LlmProvider {
|
|||
pub usage: Option<String>,
|
||||
pub routing_preferences: Option<Vec<RoutingPreference>>,
|
||||
pub cluster_name: Option<String>,
|
||||
pub base_url_path_prefix: Option<String>,
|
||||
}
|
||||
|
||||
pub trait IntoModels {
|
||||
|
|
@ -307,6 +308,7 @@ impl Default for LlmProvider {
|
|||
usage: None,
|
||||
routing_preferences: None,
|
||||
cluster_name: None,
|
||||
base_url_path_prefix: None,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue