mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
add more changes
This commit is contained in:
parent
a7b9458e5a
commit
aca1631b49
6 changed files with 47 additions and 17 deletions
|
|
@ -183,7 +183,7 @@ impl Display for LlmProviderType {
|
|||
//TODO: use enum for model, but if there is a new model, we need to update the code
|
||||
pub struct LlmProvider {
|
||||
pub name: String,
|
||||
pub provider: LlmProviderType,
|
||||
pub provider_interface: LlmProviderType,
|
||||
pub access_key: Option<String>,
|
||||
pub model: String,
|
||||
pub default: Option<bool>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue