Show HN: Vectorize OpenAI API calls (like NumPy)
3 points| remilouf | 2 years ago |github.com
So we implemented a vectorization routine inspired by NumPy's. This makes our OpenAI integration have the "broadcast" behavior described above. All call are performed concurrently.
We thought this could be of use to some folks here who are trying to implement complex workflows with the OpenAI API.
No comments yet.