-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Description
llm-ls/crates/llm-ls/src/adaptors.rs
Lines 209 to 213 in 16606e5
const TGI: &str = "tgi"; | |
const HUGGING_FACE: &str = "huggingface"; | |
const OLLAMA: &str = "ollama"; | |
const OPENAI: &str = "openai"; | |
const DEFAULT_ADAPTOR: &str = HUGGING_FACE; |
Metadata
Metadata
Assignees
Labels
No labels