Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
B0-B committed Oct 7, 2024
1 parent 3d2d3a5 commit 8e8c2a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blowtorch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def __init__ (self,
# use setConfig to define inference twargs
self.config = None

def chat (self, username: str='human', char_tags: list[str]=['helpful'], scenario: str=None, show_duration: bool=True, auto_trim: bool=False, **pipe_twargs) -> None:
def chat (self, username: str='human', char_tags: list[str]=['helpful'], scenario: str=None, show_duration: bool=True, **pipe_twargs) -> None:

'''
A text-to-text chat loop with context aggregator.
Expand Down Expand Up @@ -252,7 +252,7 @@ def chat (self, username: str='human', char_tags: list[str]=['helpful'], scenari
# inference -> get raw string output
# forward the new input through context pipeline
processed_output = self.contextInference(new_input, sessionId=id, username=username,
char_tags=char_tags, scenario=scenario, auto_trim=auto_trim, **pipe_twargs)
char_tags=char_tags, scenario=scenario, **pipe_twargs)

# stop watch
if show_duration:
Expand Down
Binary file modified dist/blowtorch-1.3.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/blowtorch-1.3.0.tar.gz
Binary file not shown.

0 comments on commit 8e8c2a4

Please sign in to comment.