alan-turing-institute / reginald

Reginald repository for REG Hack Week 23
3 stars 0 forks source link

Replace LLMPredictor with LLM in ServiceContext creation #74

Closed rchan26 closed 1 year ago

rchan26 commented 1 year ago

LLMPredictor is now is no longer intended to be used by users (see https://gpt-index.readthedocs.io/en/stable/deprecated_terms.html#llmpredictor). Instead, you can setup an LLM directly and pass it into the ServiceContext.