mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-08-27 19:29:56 -04:00
5 lines
143 B
Python
5 lines
143 B
Python
"""Chain that interprets a prompt and executes python code to do math.
|
|
|
|
Heavily borrowed from https://replit.com/@amasad/gptpy?v=1#main.py
|
|
"""
|