mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 23:22:57 +01:00
Merge branch 'feature/upgrade-llamaindex' into feature/tensorrt-support
This commit is contained in:
commit
3aaf4d682b
3 changed files with 23 additions and 6 deletions
|
|
@ -87,7 +87,7 @@ class LLMComponent:
|
|||
from llama_index.llms.openai_like import OpenAILike # type: ignore
|
||||
except ImportError as e:
|
||||
raise ImportError(
|
||||
"OpenAILike dependencies not found, install with `poetry install --extras llms-openailike`"
|
||||
"OpenAILike dependencies not found, install with `poetry install --extras llms-openai-like`"
|
||||
) from e
|
||||
|
||||
openai_settings = settings.openai
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue