smoothbrain-ai / smoothbrain-anki

SmoothBrain is an Anki plugin that fetches Readwise highlights and makes flashcards using OpenAI GPT.
39 stars 6 forks source link

Query GPT in parallell #15

Closed alexbowe closed 1 year ago

alexbowe commented 1 year ago

Syncing is fast besides querying GPT. Maybe that should be done in parallell threads (although OpenAI might rate limit us, so not sure if it will help or not).

This won't be needed after #3.