Skip to content

Commit

Permalink
Update conversation start line number
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplorerGT92 committed Jan 17, 2024
1 parent a4598bd commit 86eb6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
5 changes: 4 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ async def follow_conversation(
Returns:
The conversation memory.
"""
logging.info('Starting conversation with user input from line 157: %s', user_text)
logging.info(
'Starting conversation with user input from line 159: %s',
user_text
)

ind = min(mem_size, len(memory))
if ind == 0:
Expand Down
15 changes: 0 additions & 15 deletions install.sh

This file was deleted.

0 comments on commit 86eb6f0

Please sign in to comment.