Skip to content

v0.4.14

Latest
Compare
Choose a tag to compare
@gwenwindflower gwenwindflower released this 27 Apr 22:49
· 3 commits to main since this release
9384961

This release fixes an issue with the new Tweet functionality.

In short, the logic checking for None values in the market.sim_day iterator was written incorrectly, causing only Orders with corresponding Tweets to get through to the output. This release improves the logic so all Orders get through, and only a portion of orders will have corresponding Tweets.

I also experimented with using LLMs to generate tweets, and while the results were great. It's just not tenable for now in terms of cost and speed given the volume. Will continue noodling on this though.