Skip to content

Commit

Permalink
grep output format
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-ai committed Feb 23, 2024
1 parent 20365b6 commit fda78c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/minml/bin/grep3.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def main(argv=None):
model = get_model()
prompt = GrepPrompt(model)
response = prompt(text=args.text, object_schema=args.schema, name=args.irregex)
# print("\n".join(dumps(c) for c in response.object))
print(response.prompt_with_completion)
print("\n".join(dumps(c) for c in response.object))
# print(response.prompt_with_completion)


if __name__ == "__main__":
Expand Down

0 comments on commit fda78c5

Please sign in to comment.