ChillTranslator / chill.py

Commit History

Add log_to_jsonl function to data.py and remove duplicate function from utils.py
44bab49

lukestanley commited on

Moves logging from app.py to chill.py
2ef37b6

lukestanley commited on

Show iteration count and time used
2a25399

lukestanley commited on

Count LLM request and show in UI, minor text changes
52ff483

lukestanley commited on

Add assert in improvement_loop function to make more robust
4901d0f

lukestanley commited on

Clarify setup comments, remove unused global, increase max iterations
c995e6d

lukestanley commited on

Reduce max_iterations value in chill.py
6bfaa63

Luke Stanley commited on

Initialise global variables in improvement_loop function
e30b729

Luke Stanley commited on

Bug fix for undefined last_edit
f065ef3

lukestanley commited on

Make reusable via CLI, and modue, moved core logic to improvement_loop.
fbb0bdf

lukestanley commited on

Update comments and remove unused code
68a2a07

lukestanley commited on

Removes unused line and tidying
f932ac0

lukestanley commited on

Move prompt strings and types to own file, reorder code a bit
139217d

lukestanley commited on

Move prompts to own file
550885e

lukestanley commited on

Slight refactor tidying
327982a

lukestanley commited on

Add script based on my old Gist https://gist.github.com/lukestanley/881d3c30c64362126352a9cecb069a3b
ec7a11c

Luke Stanley commited on