mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +00: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
|
|
"""
|