add more changes

This commit is contained in:
Adil Hafeez 2025-01-17 16:33:17 -08:00
parent a7b9458e5a
commit aca1631b49
6 changed files with 47 additions and 17 deletions

View file

@ -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>,