mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 10:45:42 +01:00
Fix error comment for openailike
This commit is contained in:
parent
e1456c13fe
commit
274c386312
1 changed files with 1 additions and 1 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