Cargo Features
LLM has no features set by default.
[dependencies]
llm = { version = "1.0.8", features = ["openai", "anthropic", "ollama", "deepseek", "xai", "phind", "google", "groq", "api"] }
- openai
-
Affects
backends::openai
… - anthropic
-
Affects
backends::anthropic
… - ollama
-
Affects
backends::ollama
… - deepseek
-
Affects
backends::deepseek
… - xai
-
Affects
backends::xai
… - phind
-
Affects
backends::phind
… -
Affects
backends::google
… - groq
-
Affects
backends::groq
… - api
-
Enables axum ^0.7, tokio, tower-http ^0.5, and uuid
Affects
llm::api
…