Skip to content

Commit

Permalink
fix: fixed bug where user prompt not included in request
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 16, 2024
1 parent 5801bbf commit 53d160e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gptme/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def step(
msg = Message("user", inquiry, quiet=True)
msg = _include_paths(msg)
yield msg
log = log.append(msg)

# generate response and run tools
try:
Expand Down

0 comments on commit 53d160e

Please sign in to comment.