mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-11 05:02:15 +00:00
typo fix (#663)
This commit is contained in:
commit
c0219a672e
@ -140,7 +140,7 @@ class BaseChat(ABC):
|
||||
payload = self.__call_base()
|
||||
|
||||
self.skip_echo_len = len(payload.get("prompt").replace("</s>", " ")) + 11
|
||||
logger.info(f"Requert: \n{payload}")
|
||||
logger.info(f"Request: \n{payload}")
|
||||
ai_response_text = ""
|
||||
try:
|
||||
from pilot.model.cluster import WorkerManagerFactory
|
||||
|
Loading…
Reference in New Issue
Block a user