recursive_llm
Implement recursion using English as the programming language and an LLM as the runtime.
File Explorer
Download Latest Version (.zip)- prompt_counting.txt
- prompt_fibonnaci_base_case.txt
- prompt_fibonnaci_include_math.txt
- prompt_fibonnaci_include_math_no_base.txt
- prompt_fibonnaci_no_base_case.txt
- README.md
- run_recursive_gpt.py
- shell_demo_recursive_no_base_case.mp4
- shell_demo_recursive_no_base_case_2.mp4
- wrong-answer-18th-fib-seq.png
# Installation Guide
1. Get the code
git clone https://github.com/andyk/recursive_llm
Downloads the entire project code from GitHub to your computer.
cd recursive_llm
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install openai
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
