Skip to content

Commit 45db82c

Browse files
committed
fix
1 parent 2410892 commit 45db82c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/llm/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ pub fn new_llm_embedding_client(
134134
LlmApiType::Ollama
135135
| LlmApiType::OpenRouter
136136
| LlmApiType::LiteLlm
137+
| LlmApiType::Vllm
137138
| LlmApiType::Anthropic => {
138139
api_bail!("Embedding is not supported for API type {:?}", api_type)
139140
}

0 commit comments

Comments
 (0)