Skip to content

Commit

Permalink
rename llm
Browse files Browse the repository at this point in the history
Signed-off-by: Xinyao Wang <xinyao.wang@intel.com>
  • Loading branch information
XinyaoWa committed Dec 23, 2024
1 parent 0577689 commit 3fd7fae
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comps/llms/src/text-generation/opea_llm_microservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import time
from typing import Union

from integrations.opea_llm import OPEALLM
from integrations.opea import OPEALLM

from comps import (
CustomLogger,
Expand Down

0 comments on commit 3fd7fae

Please sign in to comment.