Skip to main content

make_llm_engine

Function make_llm_engine 

Source
pub fn make_llm_engine(store: SqliteStore) -> Result<LlmResearchEngine>
Expand description

Build the LLM research engine from config.toml [llm]. A missing [llm] section yields the default (provider-configured) engine; a missing API key is only warned about here — the engine resolves it at call time.