mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fixing failing tests and updating rederend config file
This commit is contained in:
parent
79ff4bb164
commit
a92e75c5ea
7 changed files with 24 additions and 37 deletions
|
|
@ -171,8 +171,6 @@ pub enum LlmProviderType {
|
|||
XAI,
|
||||
#[serde(rename = "together_ai")]
|
||||
TogetherAI,
|
||||
#[serde(rename = "lambda_ai")]
|
||||
LambdaAI,
|
||||
#[serde(rename = "azure_openai")]
|
||||
AzureOpenAI,
|
||||
}
|
||||
|
|
@ -189,7 +187,6 @@ impl Display for LlmProviderType {
|
|||
LlmProviderType::OpenAI => write!(f, "openai"),
|
||||
LlmProviderType::XAI => write!(f, "xai"),
|
||||
LlmProviderType::TogetherAI => write!(f, "together_ai"),
|
||||
LlmProviderType::LambdaAI => write!(f, "lambda_ai"),
|
||||
LlmProviderType::AzureOpenAI => write!(f, "azure_openai"),
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue