Skip to content

[Feature] Support passing timeout parameter to LiteLLM #132

Description

@markus-meingast

I am attempting to run OpenKB using a local Ollama model as LLM backend:

language: en
model: ollama/<model>
pageindex_threshold: 20

For larger documents I am running into default (10min) timeout issues: litellm.Timeout: Connection timed out. Timeout passed=600.0. It would be great if timeouts could be set via the config.yml, e.g.:

language: en
model: ollama/<model>
pageindex_threshold: 20
timeout: 1200 # <--

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions