MiniChain icon indicating copy to clipboard operation
MiniChain copied to clipboard

A tiny library for coding with large language models.

Results 12 MiniChain issues
Sort by recently updated
recently updated
newest added

Issue #29 describes the problem. To fix it, we use a field with a default_factory.

When using Python 3.11 importing MiniChain causes an error. ``` mfinlayson ~/MiniChain $ python -c "import minichain" Traceback (most recent call last): File "", line 1, in File "/Users/mfinlayson/MiniChain/minichain/__init__.py", line...