Re: A quick word about CSV importers

2021-12-24 Thread Reed Law
I was not able to get this importer (or v3) to run so I wrote a Coinbase Pro importer for v2: https://github.com/reedlaw/beancount_coinbase_pro One thing I found is that the transaction logs don't record the network fees for withdrawing cryptocurrencies. You either have to separately import the

Re: A quick word about CSV importers

2021-12-29 Thread Reed Law
first looked at it. > - the data coming out of Coinbase is not great. Why can't they report the > price of transactions? That wouldn't be hard. You basically have to > download and compute yourself. I have no idea why they do that. > > > > > > On Fri, Dec 24, 2

Re: looking for a mentor: finish crypto yearly summary

2022-01-07 Thread Reed Law
The first step is likely separating short and long term capital gains. If you held lots of ETH for less than a year they count as short term. If you use an account like Income:ETH:PnL or some such, you could look at each posting to determine whether it's short or long term and then add each up

Re: ChatGPT & Beancount

2023-04-01 Thread Reed Law
I used a command-line tool, aichat , to pipe transactions to GPT-4 and categorize expenses. I gave it the following input (generated according to Booking Amazon Purchases ): 2022-08-19

Re: ChatGPT & Beancount

2023-04-04 Thread Reed Law
Good reminder about privacy. There is an open source chatbot, Vicuna , which plans to release training weights next week meaning you can use it privately and offline. On Sat, Apr 1, 2023 at 10:57 PM Martin Blais wrote: > FYI for those who might be tempted to f

Re: ChatGPT & Beancount

2023-04-04 Thread Reed Law
xes/vectorstores.html>) but it should save a lot of work in the long run. On Saturday, April 1, 2023 at 10:58:02 AM UTC-4 bl...@furius.ca wrote: > Mind blown *poofff* > > On Sat, Apr 1, 2023 at 10:51 AM Reed Law wrote: > >> I used a command-line tool, aichat <https://github.com

Re: ChatGPT & Beancount

2023-04-08 Thread Reed Law
API but it keeps everything local and private. On Tuesday, April 4, 2023 at 6:45:17 PM UTC-4 Reed Law wrote: > Good reminder about privacy. There is an open source chatbot, Vicuna > <https://github.com/lm-sys/FastChat>, which plans to release training > weights next week meaning you

Re: ChatGPT & Beancount

2023-04-08 Thread Reed Law
This version <https://gist.github.com/reedlaw/5f84c801c20ad5f1e6b16c6ae193b4a7> uses an OpenAI API key and transforms the CSV file adding a Category column. On Saturday, April 8, 2023 at 7:37:05 PM UTC-4 Reed Law wrote: > I got decent results with this script > <https://