Skip to content

Commit

Permalink
typo fix (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
csunny authored Oct 11, 2023
2 parents 053bf19 + a4d9a7e commit c0219a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pilot/scene/base_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async def stream_call(self):
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
Expand Down

0 comments on commit c0219a6

Please sign in to comment.