Files
langchain/langchain/chains/llm_math/__init__.py
T
Harrison Chase 18aeb72012 initial commit
2022-10-24 14:51:15 -07:00

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
"""