mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
add more changes
This commit is contained in:
parent
4373aeb00b
commit
6ba7140f62
6 changed files with 128 additions and 18 deletions
|
|
@ -180,6 +180,7 @@ impl Display for LlmProviderType {
|
|||
#[skip_serializing_none]
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct ModelUsagePreference {
|
||||
pub name: String,
|
||||
pub model: String,
|
||||
pub usage: Option<String>,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue