Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zhangyi617
/
webui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
webui
/
langchain
/
chains
/
llm_math
/
__init__.py
zhangyi617
Upload folder using huggingface_hub
129cd69
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
"""Chain that interprets a prompt and executes python code to do math.
Heavily borrowed from https://replit.com/@amasad/gptpy?v=1#main.py
"""