Infinite AI Array, the Python Library

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • infinite-ai-array

    Do you worry that you'll get to the end of a good list and have nothing more, leaving you sad and starved of data? Worry no more!

  • Per the README, requests to GPT are cached. I know that doesn't solve the stability problem, since the cache is keyed on the exact prompt among other parameters, but it's something at least.

    The source code shows that it's using pickling to store OpenAI responses on the local filesystem. See here:

    https://github.com/ianb/infinite-ai-array/blob/main/iaia/gpt...

    and here:

    https://github.com/ianb/infinite-ai-array/blob/main/iaia/gpt...

  • copilot-import

    Inspired by https://github.com/drathier/stack-overflow-import

  • This is similar to copilot-import [0] which in turn was based on stack-overflow-import [1]. I'd be interested to see whether ChatGPT/GPT-3 or Codex/Copilot is better at generating function bodies.

    [0]: https://github.com/MythicManiac/copilot-import

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stack-overflow-import

    Import arbitrary code from Stack Overflow as Python modules.

  • [1]: https://github.com/drathier/stack-overflow-import

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts