Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
peytontolbert committed Jan 31, 2024
1 parent 98dd00e commit 54545fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vision_datasets/functioncallgenerate_mp_mt.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def generate_response(tokenizer, model, features):
) # Extract everything after "assistant"
else:
response = "No response found after 'assistant'."
print(response)
return response


Expand Down

0 comments on commit 54545fa

Please sign in to comment.